If it's not obvious, all the other changes took the form of replacing this DrunkWalker crap:
Code:
<%=(RSLandmarks.Fields.Item("ContactType1").Value)%>
(and similar code) with just
Code:
<%=RSLandmarks("ContactType1")%>
The DoofusWhacker code works, but all it does is run slower than the more compact form.