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.9649,-72.3231)};var g_fe2859394ac81a68d486925dc6343e49 = new google.maps.Geocoder();g_fe2859394ac81a68d486925dc6343e49.geocode( { 'address': "34 W Stafford Rd, Stafford Springs, CT 06076, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stafford-CT-stafford-branch').style.display = '';map = new google.maps.Map(document.getElementById('stafford-CT-stafford-branch'), mapOptions);}document.getElementById('0f196498').innerHTML += ' | View Map';var $lfe2859394ac81a68d486925dc6343e49 = '

Stafford Branch

Address: 34 W Stafford Rd, Stafford Springs, CT 06076, USA
Phone: (860) 684-4241
';var m_fe2859394ac81a68d486925dc6343e49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stafford Branch',});m_fe2859394ac81a68d486925dc6343e49['infowindow'] = new google.maps.InfoWindow({content: $lfe2859394ac81a68d486925dc6343e49});var infowindow = new google.maps.InfoWindow({content: $lfe2859394ac81a68d486925dc6343e49});google.maps.event.addListener(m_fe2859394ac81a68d486925dc6343e49, 'click', function() {infowindow.open(map,m_fe2859394ac81a68d486925dc6343e49);});$marker.push(m_fe2859394ac81a68d486925dc6343e49);}});}google.maps.event.addDomListener(window, 'load', initialize);