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.777,-72.5336)};var g_990094b6c9d64e3ea8b136fd0691a62d = new google.maps.Geocoder();g_990094b6c9d64e3ea8b136fd0691a62d.geocode( { 'address': "341 Broad St, Manchester, CT 06040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-CT-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('manchester-CT-united-bank'), mapOptions);}document.getElementById('33b3b220').innerHTML += ' | View Map';var $l990094b6c9d64e3ea8b136fd0691a62d = '

United Bank

Address: 341 Broad St, Manchester, CT 06040, USA
Phone: (860) 291-3793
';var m_990094b6c9d64e3ea8b136fd0691a62d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Bank',});m_990094b6c9d64e3ea8b136fd0691a62d['infowindow'] = new google.maps.InfoWindow({content: $l990094b6c9d64e3ea8b136fd0691a62d});var infowindow = new google.maps.InfoWindow({content: $l990094b6c9d64e3ea8b136fd0691a62d});google.maps.event.addListener(m_990094b6c9d64e3ea8b136fd0691a62d, 'click', function() {infowindow.open(map,m_990094b6c9d64e3ea8b136fd0691a62d);});$marker.push(m_990094b6c9d64e3ea8b136fd0691a62d);}});}google.maps.event.addDomListener(window, 'load', initialize);