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.393,-72.8578)};var g_bbf260cc4c3b182633dd5ec17dda092e = new google.maps.Geocoder();g_bbf260cc4c3b182633dd5ec17dda092e.geocode( { 'address': "80 Washington Ave, North Haven, CT 06473, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-haven-CT-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-haven-CT-wells-fargo-bank'), mapOptions);}document.getElementById('60e485fb').innerHTML += ' | View Map';var $lbbf260cc4c3b182633dd5ec17dda092e = '

Wells Fargo Bank

Address: 80 Washington Ave, North Haven, CT 06473, USA
Phone: (203) 239-2511
';var m_bbf260cc4c3b182633dd5ec17dda092e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_bbf260cc4c3b182633dd5ec17dda092e['infowindow'] = new google.maps.InfoWindow({content: $lbbf260cc4c3b182633dd5ec17dda092e});var infowindow = new google.maps.InfoWindow({content: $lbbf260cc4c3b182633dd5ec17dda092e});google.maps.event.addListener(m_bbf260cc4c3b182633dd5ec17dda092e, 'click', function() {infowindow.open(map,m_bbf260cc4c3b182633dd5ec17dda092e);});$marker.push(m_bbf260cc4c3b182633dd5ec17dda092e);}});}google.maps.event.addDomListener(window, 'load', initialize);