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.987,-72.6482)};var g_5bb352aa0983fe81d1ab84a49b7a902f = new google.maps.Geocoder();g_5bb352aa0983fe81d1ab84a49b7a902f.geocode( { 'address': "30 Bridge St, Suffield, CT 06078"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('suffield-CT-first-national-bank-of-suffield').style.display = '';map = new google.maps.Map(document.getElementById('suffield-CT-first-national-bank-of-suffield'), mapOptions);}document.getElementById('b1a88b30').innerHTML += ' | View Map';var $l5bb352aa0983fe81d1ab84a49b7a902f = '

First National Bank of Suffield

Address: 30 Bridge St, Suffield, CT 06078
Phone: (860) 668-3950
';var m_5bb352aa0983fe81d1ab84a49b7a902f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of Suffield',});m_5bb352aa0983fe81d1ab84a49b7a902f['infowindow'] = new google.maps.InfoWindow({content: $l5bb352aa0983fe81d1ab84a49b7a902f});var infowindow = new google.maps.InfoWindow({content: $l5bb352aa0983fe81d1ab84a49b7a902f});google.maps.event.addListener(m_5bb352aa0983fe81d1ab84a49b7a902f, 'click', function() {infowindow.open(map,m_5bb352aa0983fe81d1ab84a49b7a902f);});$marker.push(m_5bb352aa0983fe81d1ab84a49b7a902f);}});}google.maps.event.addDomListener(window, 'load', initialize);