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_4e00296360643efc6b72fac58af5415d = new google.maps.Geocoder();g_4e00296360643efc6b72fac58af5415d.geocode( { 'address': "3695 Post Rd, Southport, CT 06890"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southport-CT-patriot-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('southport-CT-patriot-national-bank'), mapOptions);}document.getElementById('b371f952').innerHTML += ' | View Map';var $l4e00296360643efc6b72fac58af5415d = '

Patriot National Bank

Address: 3695 Post Rd, Southport, CT 06890
Phone: (203) 292-1770
';var m_4e00296360643efc6b72fac58af5415d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Patriot National Bank',});m_4e00296360643efc6b72fac58af5415d['infowindow'] = new google.maps.InfoWindow({content: $l4e00296360643efc6b72fac58af5415d});var infowindow = new google.maps.InfoWindow({content: $l4e00296360643efc6b72fac58af5415d});google.maps.event.addListener(m_4e00296360643efc6b72fac58af5415d, 'click', function() {infowindow.open(map,m_4e00296360643efc6b72fac58af5415d);});$marker.push(m_4e00296360643efc6b72fac58af5415d);}});}google.maps.event.addDomListener(window, 'load', initialize);