164 : <script src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>
165 : <script>var house = [
166 : <CFOUTPUT QUERY="GetHomes"><cfif latitude gt 0 and longitude lt 0>
167 : ['$#Numberformat(price)#', #latitude#, #longitude#, 6, '<div class="infoWindow"><a href="view.cfm?mls_id=#mls_id#&mls=#mls#&qt=#qt#"><cfif FileExists("\\OLCX15\D\inetpub\wwwroot\realestateonline\ecar\images\3\#MLS#.jpg")><img border="0" src="http://img.realestateonline.com/ecar/images/3/#MLS#.jpg" width="140" height="100"><cfelse><img border="0" src="http://www.realestateonline.com/images/no_photo_130.gif" width="140" height="100" /></cfif></a><a href="view.cfm?mls_id=#mls_id#&mls=#mls#&qt=#qt#"><b>$#Numberformat(price)#</b><span><cfif streetnumber is not "">#trim(streetnumber)# </cfif><cfif StreetDirection is not "">#UCase(StreetDirection)# </cfif><cfif StreetName is not "">#UCase(StreetName)#</cfif><br><cfif PostOffice is not "">#UCase(PostOffice)#<cfelse>#UCase(City)#</cfif>, #UCase(State)# #zip#</a></span><cfif qt is 'h'><cfif isdefined("SchoolDistrict")><b>Schools:</b> #SchoolDistrict#<br></cfif><cfif isdefined("Bedrooms")><b>Beds:</b> #NumberFormat(Bedrooms)# <b>Baths:</b> #Bathrooms#<br></cfif><cfif isdefined("SqFeet") and Len(SqFeet) gte 2><b>Sq.Ft:</b> #NumberFormat(SqFeet)#<br></cfif></cfif><cfif qt is 'l'><cfif isdefined("Acres") and Acres gt 0><b>Acreage:</b> #Acres#<br></cfif><cfif isdefined("LotDimensions") and LotDimensions is not ''><b>Lot Size:</b> #LotDimensions#<br></cfif><cfif isdefined("LakeName") and LakeName is not ''><b>Lake Name:</b> #LakeName#<br></cfif><cfif isdefined("PercentWooded") and PercentWooded gt 0><b>Wooded:</b> #PercentWooded#<br></cfif><cfif isdefined("Zoning")><b>Zoning:</b> #Zoning#<br></cfif></cfif><cfif qt is 'c'><cfif isdefined("Zoning")><b>Zoning:</b> #Zoning#<br></cfif><cfif isdefined("Acres") and Acres gt 0><b>Acreage:</b> #Acres#<br></cfif><cfif isdefined("MainUse")><b>Main Use:</b> #Left(REReplace(MainUse,"[,]",", ","ALL"),80)#<br></cfif></cfif><cfif qt is 'm'><cfif isdefined("Units")><b>Number of Units:</b> #Units#<br></cfif><cfif isdefined("SchoolDistrict")><b>Schools:</b> #SchoolDistrict#<br></cfif><cfif isdefined("SqFeet") and Len(SqFeet) GTE 2><b>Sq.Ft:</b> #NumberFormat(SqFeet)#<br></cfif><cfif isdefined("Zoning") and Zoning is not ""><b>Zoning:</b> #Zoning#<br></cfif></cfif><br><a href="view.cfm?mls_id=#mls_id#&mls=#mls#&qt=#qt#" class="info-button">View Property Details</a></div>']<cfif GetHomes.RecordCount is not currentrow>,</cfif>
168 : </cfif></CFOUTPUT>
|