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(42.5468,-73.3684)};var g_5d2b358dbf8117cc38c860cf3a6077e8 = new google.maps.Geocoder();g_5d2b358dbf8117cc38c860cf3a6077e8.geocode( { 'address': "15937 NY-22, Stephentown, NY 12168, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stephentown-NY-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('stephentown-NY-citizens-bank'), mapOptions);}document.getElementById('ef9c69b3').innerHTML += ' | View Map';var $l5d2b358dbf8117cc38c860cf3a6077e8 = '

Citizens Bank

Address: 15937 NY-22, Stephentown, NY 12168, USA
Phone:
';var m_5d2b358dbf8117cc38c860cf3a6077e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_5d2b358dbf8117cc38c860cf3a6077e8['infowindow'] = new google.maps.InfoWindow({content: $l5d2b358dbf8117cc38c860cf3a6077e8});var infowindow = new google.maps.InfoWindow({content: $l5d2b358dbf8117cc38c860cf3a6077e8});google.maps.event.addListener(m_5d2b358dbf8117cc38c860cf3a6077e8, 'click', function() {infowindow.open(map,m_5d2b358dbf8117cc38c860cf3a6077e8);});$marker.push(m_5d2b358dbf8117cc38c860cf3a6077e8);}});}google.maps.event.addDomListener(window, 'load', initialize);