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.1407,-73.2882)};var g_38b86da11311413fd0c09044b27de851 = new google.maps.Geocoder();g_38b86da11311413fd0c09044b27de851.geocode( { 'address': "226 Main St, Southport, CT 06890"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southport-CT-peoples-bank-3').style.display = '';map = new google.maps.Map(document.getElementById('southport-CT-peoples-bank-3'), mapOptions);}document.getElementById('f7922d06').innerHTML += ' | View Map';var $l38b86da11311413fd0c09044b27de851 = '

Peoples Bank 3

Address: 226 Main St, Southport, CT 06890
Phone: (203) 338-7126
';var m_38b86da11311413fd0c09044b27de851 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Bank 3',});m_38b86da11311413fd0c09044b27de851['infowindow'] = new google.maps.InfoWindow({content: $l38b86da11311413fd0c09044b27de851});var infowindow = new google.maps.InfoWindow({content: $l38b86da11311413fd0c09044b27de851});google.maps.event.addListener(m_38b86da11311413fd0c09044b27de851, 'click', function() {infowindow.open(map,m_38b86da11311413fd0c09044b27de851);});$marker.push(m_38b86da11311413fd0c09044b27de851);}});}google.maps.event.addDomListener(window, 'load', initialize);