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.4989,-72.9011)};var g_5e3ba9f22a4dd63cc3112f8a4e989b47 = new google.maps.Geocoder();g_5e3ba9f22a4dd63cc3112f8a4e989b47.geocode( { 'address': "275 Highland Ave, Cheshire, CT 06410"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cheshire-CT-people-s-united-bank-cheshire-office-inside-stop-shop').style.display = '';map = new google.maps.Map(document.getElementById('cheshire-CT-people-s-united-bank-cheshire-office-inside-stop-shop'), mapOptions);}document.getElementById('29ed8b94').innerHTML += ' | View Map';var $l5e3ba9f22a4dd63cc3112f8a4e989b47 = '

People's United Bank Cheshire Office inside Stop & Shop

Address: 275 Highland Ave, Cheshire, CT 06410
Phone: (203) 272-5678
';var m_5e3ba9f22a4dd63cc3112f8a4e989b47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's United Bank Cheshire Office inside Stop & Shop',});m_5e3ba9f22a4dd63cc3112f8a4e989b47['infowindow'] = new google.maps.InfoWindow({content: $l5e3ba9f22a4dd63cc3112f8a4e989b47});var infowindow = new google.maps.InfoWindow({content: $l5e3ba9f22a4dd63cc3112f8a4e989b47});google.maps.event.addListener(m_5e3ba9f22a4dd63cc3112f8a4e989b47, 'click', function() {infowindow.open(map,m_5e3ba9f22a4dd63cc3112f8a4e989b47);});$marker.push(m_5e3ba9f22a4dd63cc3112f8a4e989b47);}});}google.maps.event.addDomListener(window, 'load', initialize);