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.2783,-72.7963)};var g_85ac30828335a92fe694ad583030ea95 = new google.maps.Geocoder();g_85ac30828335a92fe694ad583030ea95.geocode( { 'address': "840 Main St, Branford, CT 06405"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('branford-CT-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('branford-CT-wells-fargo-bank'), mapOptions);}document.getElementById('c9a9366b').innerHTML += ' | View Map';var $l85ac30828335a92fe694ad583030ea95 = '

Wells Fargo Bank

Address: 840 Main St, Branford, CT 06405
Phone: (203) 488-6311
';var m_85ac30828335a92fe694ad583030ea95 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_85ac30828335a92fe694ad583030ea95['infowindow'] = new google.maps.InfoWindow({content: $l85ac30828335a92fe694ad583030ea95});var infowindow = new google.maps.InfoWindow({content: $l85ac30828335a92fe694ad583030ea95});google.maps.event.addListener(m_85ac30828335a92fe694ad583030ea95, 'click', function() {infowindow.open(map,m_85ac30828335a92fe694ad583030ea95);});$marker.push(m_85ac30828335a92fe694ad583030ea95);}});}google.maps.event.addDomListener(window, 'load', initialize);