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.9641,-73.9893)};var g_310b60949d2b6096903d7e8a539b20f5 = new google.maps.Geocoder();g_310b60949d2b6096903d7e8a539b20f5.geocode( { 'address': "101 Kings Mall Ct, Kingston, NY 12401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingston-NY-first-niagara-bank---kingston-branch').style.display = '';map = new google.maps.Map(document.getElementById('kingston-NY-first-niagara-bank---kingston-branch'), mapOptions);}document.getElementById('a498b724').innerHTML += ' | View Map';var $l310b60949d2b6096903d7e8a539b20f5 = '

First Niagara Bank - Kingston Branch

Address: 101 Kings Mall Ct, Kingston, NY 12401, USA
Phone: (845) 336-6909
';var m_310b60949d2b6096903d7e8a539b20f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Niagara Bank - Kingston Branch',});m_310b60949d2b6096903d7e8a539b20f5['infowindow'] = new google.maps.InfoWindow({content: $l310b60949d2b6096903d7e8a539b20f5});var infowindow = new google.maps.InfoWindow({content: $l310b60949d2b6096903d7e8a539b20f5});google.maps.event.addListener(m_310b60949d2b6096903d7e8a539b20f5, 'click', function() {infowindow.open(map,m_310b60949d2b6096903d7e8a539b20f5);});$marker.push(m_310b60949d2b6096903d7e8a539b20f5);}});}google.maps.event.addDomListener(window, 'load', initialize);