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.0528,-75.2731)};var g_e81b369cc55c410402b9b6e66e40c86a = new google.maps.Geocoder();g_e81b369cc55c410402b9b6e66e40c86a.geocode( { 'address': "9272 Kellogg Rd, New Hartford, NY 13413, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-hartford-NY-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-hartford-NY-citizens-bank'), mapOptions);}document.getElementById('15bd47f2').innerHTML += ' | View Map';var $le81b369cc55c410402b9b6e66e40c86a = '

Citizens Bank

Address: 9272 Kellogg Rd, New Hartford, NY 13413, USA
Phone:
';var m_e81b369cc55c410402b9b6e66e40c86a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_e81b369cc55c410402b9b6e66e40c86a['infowindow'] = new google.maps.InfoWindow({content: $le81b369cc55c410402b9b6e66e40c86a});var infowindow = new google.maps.InfoWindow({content: $le81b369cc55c410402b9b6e66e40c86a});google.maps.event.addListener(m_e81b369cc55c410402b9b6e66e40c86a, 'click', function() {infowindow.open(map,m_e81b369cc55c410402b9b6e66e40c86a);});$marker.push(m_e81b369cc55c410402b9b6e66e40c86a);}});}google.maps.event.addDomListener(window, 'load', initialize);