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.6716,-72.9147)};var g_256ef8e0860690057a70e2417a638f15 = new google.maps.Geocoder();g_256ef8e0860690057a70e2417a638f15.geocode( { 'address': "475 Broad St, Bristol, CT 06010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bristol-CT-farmington-bank').style.display = '';map = new google.maps.Map(document.getElementById('bristol-CT-farmington-bank'), mapOptions);}document.getElementById('572e5d78').innerHTML += ' | View Map';var $l256ef8e0860690057a70e2417a638f15 = '

Farmington Bank

Address: 475 Broad St, Bristol, CT 06010, USA
Phone: (860) 284-4523
';var m_256ef8e0860690057a70e2417a638f15 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmington Bank',});m_256ef8e0860690057a70e2417a638f15['infowindow'] = new google.maps.InfoWindow({content: $l256ef8e0860690057a70e2417a638f15});var infowindow = new google.maps.InfoWindow({content: $l256ef8e0860690057a70e2417a638f15});google.maps.event.addListener(m_256ef8e0860690057a70e2417a638f15, 'click', function() {infowindow.open(map,m_256ef8e0860690057a70e2417a638f15);});$marker.push(m_256ef8e0860690057a70e2417a638f15);}});}google.maps.event.addDomListener(window, 'load', initialize);