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.7774,-72.525)};var g_a95d1c691710d4742cdcaf7037f63e19 = new google.maps.Geocoder();g_a95d1c691710d4742cdcaf7037f63e19.geocode( { 'address': "23 Main St, Manchester, CT 06042"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-CT-enfield-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('manchester-CT-enfield-savings-bank'), mapOptions);}document.getElementById('1562a769').innerHTML += ' | View Map';var $la95d1c691710d4742cdcaf7037f63e19 = '

Enfield Savings Bank

Address: 23 Main St, Manchester, CT 06042
Phone: (860) 646-4353
';var m_a95d1c691710d4742cdcaf7037f63e19 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Enfield Savings Bank',});m_a95d1c691710d4742cdcaf7037f63e19['infowindow'] = new google.maps.InfoWindow({content: $la95d1c691710d4742cdcaf7037f63e19});var infowindow = new google.maps.InfoWindow({content: $la95d1c691710d4742cdcaf7037f63e19});google.maps.event.addListener(m_a95d1c691710d4742cdcaf7037f63e19, 'click', function() {infowindow.open(map,m_a95d1c691710d4742cdcaf7037f63e19);});$marker.push(m_a95d1c691710d4742cdcaf7037f63e19);}});}google.maps.event.addDomListener(window, 'load', initialize);