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.5618,-72.6516)};var g_a98940cb04d0359f9e42426587225057 = new google.maps.Geocoder();g_a98940cb04d0359f9e42426587225057.geocode( { 'address': "111 Washington ST, Middletown, CT 06457, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middletown-CT-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('middletown-CT-wells-fargo-bank'), mapOptions);}document.getElementById('b7f58bb5').innerHTML += ' | View Map';var $la98940cb04d0359f9e42426587225057 = '

Wells Fargo Bank

Address: 111 Washington ST, Middletown, CT 06457, USA
Phone: (860) 347-0567
';var m_a98940cb04d0359f9e42426587225057 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_a98940cb04d0359f9e42426587225057['infowindow'] = new google.maps.InfoWindow({content: $la98940cb04d0359f9e42426587225057});var infowindow = new google.maps.InfoWindow({content: $la98940cb04d0359f9e42426587225057});google.maps.event.addListener(m_a98940cb04d0359f9e42426587225057, 'click', function() {infowindow.open(map,m_a98940cb04d0359f9e42426587225057);});$marker.push(m_a98940cb04d0359f9e42426587225057);}});}google.maps.event.addDomListener(window, 'load', initialize);