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.2058,-74.2027)};var g_4b35f7ddd418313a80ad25cd6fc89e49 = new google.maps.Geocoder();g_4b35f7ddd418313a80ad25cd6fc89e49.geocode( { 'address': "7582 Main St, Hunter, NY 12442, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hunter-NY-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('hunter-NY-citizens-bank'), mapOptions);}document.getElementById('622a498b').innerHTML += ' | View Map';var $l4b35f7ddd418313a80ad25cd6fc89e49 = '

Citizens Bank

Address: 7582 Main St, Hunter, NY 12442, USA
Phone:
';var m_4b35f7ddd418313a80ad25cd6fc89e49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_4b35f7ddd418313a80ad25cd6fc89e49['infowindow'] = new google.maps.InfoWindow({content: $l4b35f7ddd418313a80ad25cd6fc89e49});var infowindow = new google.maps.InfoWindow({content: $l4b35f7ddd418313a80ad25cd6fc89e49});google.maps.event.addListener(m_4b35f7ddd418313a80ad25cd6fc89e49, 'click', function() {infowindow.open(map,m_4b35f7ddd418313a80ad25cd6fc89e49);});$marker.push(m_4b35f7ddd418313a80ad25cd6fc89e49);}});}google.maps.event.addDomListener(window, 'load', initialize);