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.6388,-73.6932)};var g_552c05c6ba05ed884a434d59907f5c15 = new google.maps.Geocoder();g_552c05c6ba05ed884a434d59907f5c15.geocode( { 'address': "1249 Broadway, Hewlett, NY 11557"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hewlett-NY-re-max').style.display = '';map = new google.maps.Map(document.getElementById('hewlett-NY-re-max'), mapOptions);}document.getElementById('de712d33').innerHTML += ' | View Map';var $l552c05c6ba05ed884a434d59907f5c15 = '

RE/MAX

Address: 1249 Broadway, Hewlett, NY 11557
Phone: (516) 697-3629
';var m_552c05c6ba05ed884a434d59907f5c15 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RE/MAX',});m_552c05c6ba05ed884a434d59907f5c15['infowindow'] = new google.maps.InfoWindow({content: $l552c05c6ba05ed884a434d59907f5c15});var infowindow = new google.maps.InfoWindow({content: $l552c05c6ba05ed884a434d59907f5c15});google.maps.event.addListener(m_552c05c6ba05ed884a434d59907f5c15, 'click', function() {infowindow.open(map,m_552c05c6ba05ed884a434d59907f5c15);});$marker.push(m_552c05c6ba05ed884a434d59907f5c15);}});}google.maps.event.addDomListener(window, 'load', initialize);