var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(40.6943,-73.3274)};var g_f159bb2d61b3ad437f561edb24b34cdb = new google.maps.Geocoder();g_f159bb2d61b3ad437f561edb24b34cdb.geocode( { 'address': "136 W Main St, Babylon, NY 11702"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('babylon-NY-coldwell-banker-residential-brokerage-babylon').style.display = '';map = new google.maps.Map(document.getElementById('babylon-NY-coldwell-banker-residential-brokerage-babylon'), mapOptions);}document.getElementById('6a0a307e').innerHTML += ' | View Map';var $lf159bb2d61b3ad437f561edb24b34cdb = '

Coldwell Banker Residential Brokerage - Babylon

Address: 136 W Main St, Babylon, NY 11702
Phone: (631) 422-5511
';var m_f159bb2d61b3ad437f561edb24b34cdb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coldwell Banker Residential Brokerage - Babylon',});m_f159bb2d61b3ad437f561edb24b34cdb['infowindow'] = new google.maps.InfoWindow({content: $lf159bb2d61b3ad437f561edb24b34cdb});var infowindow = new google.maps.InfoWindow({content: $lf159bb2d61b3ad437f561edb24b34cdb});google.maps.event.addListener(m_f159bb2d61b3ad437f561edb24b34cdb, 'click', function() {infowindow.open(map,m_f159bb2d61b3ad437f561edb24b34cdb);});$marker.push(m_f159bb2d61b3ad437f561edb24b34cdb);}});}google.maps.event.addDomListener(window, 'load', initialize);