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(42.3631,-73.2739)};var g_69f5d5c1249e17f4ac1d5b716db47105 = new google.maps.Geocoder();g_69f5d5c1249e17f4ac1d5b716db47105.geocode( { 'address': "450 Pittsfield Rd, Lenox, MA 01240"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lenox-MA-lee-bank').style.display = '';map = new google.maps.Map(document.getElementById('lenox-MA-lee-bank'), mapOptions);}document.getElementById('9242b91e').innerHTML += ' | View Map';var $l69f5d5c1249e17f4ac1d5b716db47105 = '

Lee Bank

Address: 450 Pittsfield Rd, Lenox, MA 01240
Phone: (413) 499-9922
';var m_69f5d5c1249e17f4ac1d5b716db47105 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lee Bank',});m_69f5d5c1249e17f4ac1d5b716db47105['infowindow'] = new google.maps.InfoWindow({content: $l69f5d5c1249e17f4ac1d5b716db47105});var infowindow = new google.maps.InfoWindow({content: $l69f5d5c1249e17f4ac1d5b716db47105});google.maps.event.addListener(m_69f5d5c1249e17f4ac1d5b716db47105, 'click', function() {infowindow.open(map,m_69f5d5c1249e17f4ac1d5b716db47105);});$marker.push(m_69f5d5c1249e17f4ac1d5b716db47105);}});}google.maps.event.addDomListener(window, 'load', initialize);