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.6837,-73.5398)};var g_17a6801ea0db68ae2eea064215430cd3 = new google.maps.Geocoder();g_17a6801ea0db68ae2eea064215430cd3.geocode( { 'address': "1542 Bellmore Ave, North Bellmore, NY 11710, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-bellmore-NY-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('north-bellmore-NY-chase-mortgage'), mapOptions);}document.getElementById('5a9dc38e').innerHTML += ' | View Map';var $l17a6801ea0db68ae2eea064215430cd3 = '

Chase Mortgage

Address: 1542 Bellmore Ave, North Bellmore, NY 11710, USA
Phone: (516) 697-6403
';var m_17a6801ea0db68ae2eea064215430cd3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_17a6801ea0db68ae2eea064215430cd3['infowindow'] = new google.maps.InfoWindow({content: $l17a6801ea0db68ae2eea064215430cd3});var infowindow = new google.maps.InfoWindow({content: $l17a6801ea0db68ae2eea064215430cd3});google.maps.event.addListener(m_17a6801ea0db68ae2eea064215430cd3, 'click', function() {infowindow.open(map,m_17a6801ea0db68ae2eea064215430cd3);});$marker.push(m_17a6801ea0db68ae2eea064215430cd3);}});}google.maps.event.addDomListener(window, 'load', initialize);