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.8888,-73.3572)};var g_16922822144df7e76a081e7a96d51abe = new google.maps.Geocoder();g_16922822144df7e76a081e7a96d51abe.geocode( { 'address': "2 Fort Salonga Rd, Fort Salonga, NY 11768, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-salonga-NY-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('fort-salonga-NY-chase-mortgage'), mapOptions);}document.getElementById('db150572').innerHTML += ' | View Map';var $l16922822144df7e76a081e7a96d51abe = '

Chase Mortgage

Address: 2 Fort Salonga Rd, Fort Salonga, NY 11768, USA
Phone: (516) 987-0236
';var m_16922822144df7e76a081e7a96d51abe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_16922822144df7e76a081e7a96d51abe['infowindow'] = new google.maps.InfoWindow({content: $l16922822144df7e76a081e7a96d51abe});var infowindow = new google.maps.InfoWindow({content: $l16922822144df7e76a081e7a96d51abe});google.maps.event.addListener(m_16922822144df7e76a081e7a96d51abe, 'click', function() {infowindow.open(map,m_16922822144df7e76a081e7a96d51abe);});$marker.push(m_16922822144df7e76a081e7a96d51abe);}});}google.maps.event.addDomListener(window, 'load', initialize);