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.8273,-72.4984)};var g_8e532663cf9bad68a3f0cc32cc971d11 = new google.maps.Geocoder();g_8e532663cf9bad68a3f0cc32cc971d11.geocode( { 'address': "35 Talcottville Rd, Vernon, CT 06066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vernon-CT-vernon-tri-city-branch').style.display = '';map = new google.maps.Map(document.getElementById('vernon-CT-vernon-tri-city-branch'), mapOptions);}document.getElementById('126f21ac').innerHTML += ' | View Map';var $l8e532663cf9bad68a3f0cc32cc971d11 = '

Vernon Tri-City Branch

Address: 35 Talcottville Rd, Vernon, CT 06066, USA
Phone: (860) 871-2700
';var m_8e532663cf9bad68a3f0cc32cc971d11 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vernon Tri-City Branch',});m_8e532663cf9bad68a3f0cc32cc971d11['infowindow'] = new google.maps.InfoWindow({content: $l8e532663cf9bad68a3f0cc32cc971d11});var infowindow = new google.maps.InfoWindow({content: $l8e532663cf9bad68a3f0cc32cc971d11});google.maps.event.addListener(m_8e532663cf9bad68a3f0cc32cc971d11, 'click', function() {infowindow.open(map,m_8e532663cf9bad68a3f0cc32cc971d11);});$marker.push(m_8e532663cf9bad68a3f0cc32cc971d11);}});}google.maps.event.addDomListener(window, 'load', initialize);