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.9376,-74.0177)};var g_324c8cfa6401eb92aac68e6c27b6a598 = new google.maps.Geocoder();g_324c8cfa6401eb92aac68e6c27b6a598.geocode( { 'address': "256 Plaza Rd, Kingston, NY 12401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingston-NY-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('kingston-NY-chase-mortgage'), mapOptions);}document.getElementById('45b9f867').innerHTML += ' | View Map';var $l324c8cfa6401eb92aac68e6c27b6a598 = '

Chase Mortgage

Address: 256 Plaza Rd, Kingston, NY 12401, USA
Phone: (845) 343-1119
';var m_324c8cfa6401eb92aac68e6c27b6a598 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_324c8cfa6401eb92aac68e6c27b6a598['infowindow'] = new google.maps.InfoWindow({content: $l324c8cfa6401eb92aac68e6c27b6a598});var infowindow = new google.maps.InfoWindow({content: $l324c8cfa6401eb92aac68e6c27b6a598});google.maps.event.addListener(m_324c8cfa6401eb92aac68e6c27b6a598, 'click', function() {infowindow.open(map,m_324c8cfa6401eb92aac68e6c27b6a598);});$marker.push(m_324c8cfa6401eb92aac68e6c27b6a598);}});}google.maps.event.addDomListener(window, 'load', initialize);