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(41.2267,-73.9865)};var g_f7ba6e54e959eb1dc604efcdd6a4013f = new google.maps.Geocoder();g_f7ba6e54e959eb1dc604efcdd6a4013f.geocode( { 'address': "22 S Liberty Dr, Stony Point, NY 10980, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stony-point-NY-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('stony-point-NY-chase-mortgage'), mapOptions);}document.getElementById('4e7a5f5e').innerHTML += ' | View Map';var $lf7ba6e54e959eb1dc604efcdd6a4013f = '

Chase Mortgage

Address: 22 S Liberty Dr, Stony Point, NY 10980, USA
Phone: (845) 359-5350
';var m_f7ba6e54e959eb1dc604efcdd6a4013f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_f7ba6e54e959eb1dc604efcdd6a4013f['infowindow'] = new google.maps.InfoWindow({content: $lf7ba6e54e959eb1dc604efcdd6a4013f});var infowindow = new google.maps.InfoWindow({content: $lf7ba6e54e959eb1dc604efcdd6a4013f});google.maps.event.addListener(m_f7ba6e54e959eb1dc604efcdd6a4013f, 'click', function() {infowindow.open(map,m_f7ba6e54e959eb1dc604efcdd6a4013f);});$marker.push(m_f7ba6e54e959eb1dc604efcdd6a4013f);}});}google.maps.event.addDomListener(window, 'load', initialize);