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(43.0057,-74.3729)};var g_5c733bd63223c2d18f5d66f0c15a88cb = new google.maps.Geocoder();g_5c733bd63223c2d18f5d66f0c15a88cb.geocode( { 'address': "17 S Market St, Johnstown, NY 12095, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnstown-NY-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('johnstown-NY-citizens-bank'), mapOptions);}document.getElementById('98d03345').innerHTML += ' | View Map';var $l5c733bd63223c2d18f5d66f0c15a88cb = '

Citizens Bank

Address: 17 S Market St, Johnstown, NY 12095, USA
Phone: (518) 762-3117
';var m_5c733bd63223c2d18f5d66f0c15a88cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_5c733bd63223c2d18f5d66f0c15a88cb['infowindow'] = new google.maps.InfoWindow({content: $l5c733bd63223c2d18f5d66f0c15a88cb});var infowindow = new google.maps.InfoWindow({content: $l5c733bd63223c2d18f5d66f0c15a88cb});google.maps.event.addListener(m_5c733bd63223c2d18f5d66f0c15a88cb, 'click', function() {infowindow.open(map,m_5c733bd63223c2d18f5d66f0c15a88cb);});$marker.push(m_5c733bd63223c2d18f5d66f0c15a88cb);}});}google.maps.event.addDomListener(window, 'load', initialize);