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.5303,-72.8958)};var g_94492bfd6b633e33d35668b4f9b12090 = new google.maps.Geocoder();g_94492bfd6b633e33d35668b4f9b12090.geocode( { 'address': "1157 Highland Ave, Cheshire, CT 06410, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cheshire-CT-cheshire-branch').style.display = '';map = new google.maps.Map(document.getElementById('cheshire-CT-cheshire-branch'), mapOptions);}document.getElementById('c8f4ae6f').innerHTML += ' | View Map';var $l94492bfd6b633e33d35668b4f9b12090 = '

Cheshire Branch

Address: 1157 Highland Ave, Cheshire, CT 06410, USA
Phone: (203) 271-1508
';var m_94492bfd6b633e33d35668b4f9b12090 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cheshire Branch',});m_94492bfd6b633e33d35668b4f9b12090['infowindow'] = new google.maps.InfoWindow({content: $l94492bfd6b633e33d35668b4f9b12090});var infowindow = new google.maps.InfoWindow({content: $l94492bfd6b633e33d35668b4f9b12090});google.maps.event.addListener(m_94492bfd6b633e33d35668b4f9b12090, 'click', function() {infowindow.open(map,m_94492bfd6b633e33d35668b4f9b12090);});$marker.push(m_94492bfd6b633e33d35668b4f9b12090);}});}google.maps.event.addDomListener(window, 'load', initialize);