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.3037,-73.2507)};var g_6cda158826095aeca35178bf2b2025cd = new google.maps.Geocoder();g_6cda158826095aeca35178bf2b2025cd.geocode( { 'address': "103 W Park St, Lee, MA 01238, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lee-MA-october-mountain-financial-advisors').style.display = '';map = new google.maps.Map(document.getElementById('lee-MA-october-mountain-financial-advisors'), mapOptions);}document.getElementById('8d6367bf').innerHTML += ' | View Map';var $l6cda158826095aeca35178bf2b2025cd = '

October Mountain Financial Advisors

Address: 103 W Park St, Lee, MA 01238, USA
Phone: (413) 243-4331
';var m_6cda158826095aeca35178bf2b2025cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'October Mountain Financial Advisors',});m_6cda158826095aeca35178bf2b2025cd['infowindow'] = new google.maps.InfoWindow({content: $l6cda158826095aeca35178bf2b2025cd});var infowindow = new google.maps.InfoWindow({content: $l6cda158826095aeca35178bf2b2025cd});google.maps.event.addListener(m_6cda158826095aeca35178bf2b2025cd, 'click', function() {infowindow.open(map,m_6cda158826095aeca35178bf2b2025cd);});$marker.push(m_6cda158826095aeca35178bf2b2025cd);}});}google.maps.event.addDomListener(window, 'load', initialize);