//";
winhtml+="
"+markerinfo[id]['name']+", "+markerinfo[id]['city']+"
";
winhtml+="
List Price:
$"+markerinfo[id]['price']+"
";
winhtml+="
| Bedrooms: | "+markerinfo[id]['beds']+" | |||||
| Bathrooms: | "+markerinfo[id]['baths']+" | |||||
| Sq. Ft.: | "+markerinfo[id]['sqft']+" | |||||
| Acreage: | "+markerinfo[id]['acre']+" |
| Address: | List Price: | Beds: | Baths: | Sq. Ft: | Acreage: | MLS #: |
| " + markerinfo[xx]['name'] +" | "; lhtml += "$" + markerinfo[xx]['price'] +" | "; lhtml += "" + markerinfo[xx]['beds'] +" | "; lhtml += "" + markerinfo[xx]['baths'] +" | "; lhtml += "" + markerinfo[xx]['sqft'] +" | "; lhtml += "" + markerinfo[xx]['acre'] +" | "; lhtml += "" + markerinfo[xx]['upd'] +" | "; lhtml += "
";
c.innerHTML+="";
c.innerHTML+="";
c.innerHTML+="";
c.innerHTML+="";
c.innerHTML+="";
c.innerHTML+="";
c.innerHTML+="";
container.appendChild(c);
GEvent.addDomListener($('zout'), "click", function() {map.zoomOut();});
GEvent.addDomListener($('zin'), "click", function() {map.zoomIn();});
GEvent.addDomListener($('panl'), "click", function() {map.panDirection('1', '0');});
GEvent.addDomListener($('panr'), "click", function() {map.panDirection(-1, 0);});
GEvent.addDomListener($('panu'), "click", function() {map.panDirection(0, 1);});
GEvent.addDomListener($('pand'), "click", function() {map.panDirection(0, -1);});
GEvent.addDomListener($('srch'), "click", function() {showSrchWin();});
return c;
}
//]]>