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.5303,-72.8956)};var g_c0d8cdaa197ea7631944952262479fcf = new google.maps.Geocoder();g_c0d8cdaa197ea7631944952262479fcf.geocode( { 'address': "1157 Highland Ave, Cheshire, CT 06410, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cheshire-CT-first-niagara-bank---cheshire-branch').style.display = '';map = new google.maps.Map(document.getElementById('cheshire-CT-first-niagara-bank---cheshire-branch'), mapOptions);}document.getElementById('c8f4ae6f').innerHTML += ' | View Map';var $lc0d8cdaa197ea7631944952262479fcf = '

First Niagara Bank - Cheshire Branch

Address: 1157 Highland Ave, Cheshire, CT 06410, USA
Phone: (203) 271-1508
';var m_c0d8cdaa197ea7631944952262479fcf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Niagara Bank - Cheshire Branch',});m_c0d8cdaa197ea7631944952262479fcf['infowindow'] = new google.maps.InfoWindow({content: $lc0d8cdaa197ea7631944952262479fcf});var infowindow = new google.maps.InfoWindow({content: $lc0d8cdaa197ea7631944952262479fcf});google.maps.event.addListener(m_c0d8cdaa197ea7631944952262479fcf, 'click', function() {infowindow.open(map,m_c0d8cdaa197ea7631944952262479fcf);});$marker.push(m_c0d8cdaa197ea7631944952262479fcf);}});}google.maps.event.addDomListener(window, 'load', initialize);