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_d528398e7e5357efcd14216619a95195 = new google.maps.Geocoder();g_d528398e7e5357efcd14216619a95195.geocode( { 'address': "2425 Post Rd, Southport, CT 06890"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southport-CT-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('southport-CT-wells-fargo-bank'), mapOptions);}document.getElementById('75a1c44d').innerHTML += ' | View Map';var $ld528398e7e5357efcd14216619a95195 = '

Wells Fargo Bank

Address: 2425 Post Rd, Southport, CT 06890
Phone: (203) 255-8092
';var m_d528398e7e5357efcd14216619a95195 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_d528398e7e5357efcd14216619a95195['infowindow'] = new google.maps.InfoWindow({content: $ld528398e7e5357efcd14216619a95195});var infowindow = new google.maps.InfoWindow({content: $ld528398e7e5357efcd14216619a95195});google.maps.event.addListener(m_d528398e7e5357efcd14216619a95195, 'click', function() {infowindow.open(map,m_d528398e7e5357efcd14216619a95195);});$marker.push(m_d528398e7e5357efcd14216619a95195);}});}google.maps.event.addDomListener(window, 'load', initialize);