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.9914,-72.7007)};var g_fac1a9d8716b4b295d06a6ddfee621b8 = new google.maps.Geocoder();g_fac1a9d8716b4b295d06a6ddfee621b8.geocode( { 'address': "1380 Mountain Rd, West Suffield, CT 06093, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('suffield-CT-first-national-bank-suffield').style.display = '';map = new google.maps.Map(document.getElementById('suffield-CT-first-national-bank-suffield'), mapOptions);}document.getElementById('9ae5aed9').innerHTML += ' | View Map';var $lfac1a9d8716b4b295d06a6ddfee621b8 = '

First National Bank-Suffield

Address: 1380 Mountain Rd, West Suffield, CT 06093, USA
Phone: (860) 668-3958
';var m_fac1a9d8716b4b295d06a6ddfee621b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Suffield',});m_fac1a9d8716b4b295d06a6ddfee621b8['infowindow'] = new google.maps.InfoWindow({content: $lfac1a9d8716b4b295d06a6ddfee621b8});var infowindow = new google.maps.InfoWindow({content: $lfac1a9d8716b4b295d06a6ddfee621b8});google.maps.event.addListener(m_fac1a9d8716b4b295d06a6ddfee621b8, 'click', function() {infowindow.open(map,m_fac1a9d8716b4b295d06a6ddfee621b8);});$marker.push(m_fac1a9d8716b4b295d06a6ddfee621b8);}});}google.maps.event.addDomListener(window, 'load', initialize);