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.685,-73.3819)};var g_5cd1937ed44a81ae519c8a42e8f4d28f = new google.maps.Geocoder();g_5cd1937ed44a81ae519c8a42e8f4d28f.geocode( { 'address': "290 W Hoffman Ave, Lindenhurst, NY 11757, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lindenhurst-NY-heartland-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('lindenhurst-NY-heartland-mortgage'), mapOptions);}document.getElementById('384b459f').innerHTML += ' | View Map';var $l5cd1937ed44a81ae519c8a42e8f4d28f = '

Heartland Mortgage

Address: 290 W Hoffman Ave, Lindenhurst, NY 11757, USA
Phone: (631) 956-0280
';var m_5cd1937ed44a81ae519c8a42e8f4d28f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heartland Mortgage',});m_5cd1937ed44a81ae519c8a42e8f4d28f['infowindow'] = new google.maps.InfoWindow({content: $l5cd1937ed44a81ae519c8a42e8f4d28f});var infowindow = new google.maps.InfoWindow({content: $l5cd1937ed44a81ae519c8a42e8f4d28f});google.maps.event.addListener(m_5cd1937ed44a81ae519c8a42e8f4d28f, 'click', function() {infowindow.open(map,m_5cd1937ed44a81ae519c8a42e8f4d28f);});$marker.push(m_5cd1937ed44a81ae519c8a42e8f4d28f);}});}google.maps.event.addDomListener(window, 'load', initialize);