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.4605,-74.054)};var g_2c71be4ade90cdba9da419a58e8dcc5a = new google.maps.Geocoder();g_2c71be4ade90cdba9da419a58e8dcc5a.geocode( { 'address': "353 New Windsor Hwy, New Windsor, NY 12553, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-windsor-NY-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('new-windsor-NY-chase-mortgage'), mapOptions);}document.getElementById('37a1f60c').innerHTML += ' | View Map';var $l2c71be4ade90cdba9da419a58e8dcc5a = '

Chase Mortgage

Address: 353 New Windsor Hwy, New Windsor, NY 12553, USA
Phone: (845) 562-5873
';var m_2c71be4ade90cdba9da419a58e8dcc5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_2c71be4ade90cdba9da419a58e8dcc5a['infowindow'] = new google.maps.InfoWindow({content: $l2c71be4ade90cdba9da419a58e8dcc5a});var infowindow = new google.maps.InfoWindow({content: $l2c71be4ade90cdba9da419a58e8dcc5a});google.maps.event.addListener(m_2c71be4ade90cdba9da419a58e8dcc5a, 'click', function() {infowindow.open(map,m_2c71be4ade90cdba9da419a58e8dcc5a);});$marker.push(m_2c71be4ade90cdba9da419a58e8dcc5a);}});}google.maps.event.addDomListener(window, 'load', initialize);