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.8121,-73.188)};var g_030e65da2b1c944090548d36b244b28d = new google.maps.Geocoder();g_030e65da2b1c944090548d36b244b28d.geocode( { 'address': "1455 Veterans Memorial Hwy, Islandia, NY 11749, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('islandia-NY-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('islandia-NY-chase-mortgage'), mapOptions);}document.getElementById('5bb77e80').innerHTML += ' | View Map';var $l030e65da2b1c944090548d36b244b28d = '

Chase Mortgage

Address: 1455 Veterans Memorial Hwy, Islandia, NY 11749, USA
Phone: (631) 495-3120
';var m_030e65da2b1c944090548d36b244b28d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_030e65da2b1c944090548d36b244b28d['infowindow'] = new google.maps.InfoWindow({content: $l030e65da2b1c944090548d36b244b28d});var infowindow = new google.maps.InfoWindow({content: $l030e65da2b1c944090548d36b244b28d});google.maps.event.addListener(m_030e65da2b1c944090548d36b244b28d, 'click', function() {infowindow.open(map,m_030e65da2b1c944090548d36b244b28d);});$marker.push(m_030e65da2b1c944090548d36b244b28d);}});}google.maps.event.addDomListener(window, 'load', initialize);