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.2743,-72.9513)};var g_dca3a3c7bdacd81d537aae4f5cea4523 = new google.maps.Geocoder();g_dca3a3c7bdacd81d537aae4f5cea4523.geocode( { 'address': "597 Campbell Ave, West Haven, CT 06516, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-haven-CT-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-haven-CT-wells-fargo-bank'), mapOptions);}document.getElementById('49440215').innerHTML += ' | View Map';var $ldca3a3c7bdacd81d537aae4f5cea4523 = '

Wells Fargo Bank

Address: 597 Campbell Ave, West Haven, CT 06516, USA
Phone: (203) 934-7953
';var m_dca3a3c7bdacd81d537aae4f5cea4523 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_dca3a3c7bdacd81d537aae4f5cea4523['infowindow'] = new google.maps.InfoWindow({content: $ldca3a3c7bdacd81d537aae4f5cea4523});var infowindow = new google.maps.InfoWindow({content: $ldca3a3c7bdacd81d537aae4f5cea4523});google.maps.event.addListener(m_dca3a3c7bdacd81d537aae4f5cea4523, 'click', function() {infowindow.open(map,m_dca3a3c7bdacd81d537aae4f5cea4523);});$marker.push(m_dca3a3c7bdacd81d537aae4f5cea4523);}});}google.maps.event.addDomListener(window, 'load', initialize);