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.4989,-72.9011)};var g_46b3faa0707185a41e102ae34385fc56 = new google.maps.Geocoder();g_46b3faa0707185a41e102ae34385fc56.geocode( { 'address': "286 Maple Ave, Cheshire, CT 06410"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cheshire-CT-apple-valley-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('cheshire-CT-apple-valley-bank-trust'), mapOptions);}document.getElementById('8f5fcf5b').innerHTML += ' | View Map';var $l46b3faa0707185a41e102ae34385fc56 = '

Apple Valley Bank & Trust

Address: 286 Maple Ave, Cheshire, CT 06410
Phone: (203) 271-1268
';var m_46b3faa0707185a41e102ae34385fc56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Apple Valley Bank & Trust',});m_46b3faa0707185a41e102ae34385fc56['infowindow'] = new google.maps.InfoWindow({content: $l46b3faa0707185a41e102ae34385fc56});var infowindow = new google.maps.InfoWindow({content: $l46b3faa0707185a41e102ae34385fc56});google.maps.event.addListener(m_46b3faa0707185a41e102ae34385fc56, 'click', function() {infowindow.open(map,m_46b3faa0707185a41e102ae34385fc56);});$marker.push(m_46b3faa0707185a41e102ae34385fc56);}});}google.maps.event.addDomListener(window, 'load', initialize);