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.8781,-73.1968)};var g_e5abba84b1901e99f9c45845f488843e = new google.maps.Geocoder();g_e5abba84b1901e99f9c45845f488843e.geocode( { 'address': "407 Main St, Woodford, VT 05201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodford-VT-olin-scott-fund-inc').style.display = '';map = new google.maps.Map(document.getElementById('woodford-VT-olin-scott-fund-inc'), mapOptions);}document.getElementById('2cd8c649').innerHTML += ' | View Map';var $le5abba84b1901e99f9c45845f488843e = '

Olin Scott Fund Inc

Address: 407 Main St, Woodford, VT 05201, USA
Phone: (802) 447-1096
';var m_e5abba84b1901e99f9c45845f488843e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Olin Scott Fund Inc',});m_e5abba84b1901e99f9c45845f488843e['infowindow'] = new google.maps.InfoWindow({content: $le5abba84b1901e99f9c45845f488843e});var infowindow = new google.maps.InfoWindow({content: $le5abba84b1901e99f9c45845f488843e});google.maps.event.addListener(m_e5abba84b1901e99f9c45845f488843e, 'click', function() {infowindow.open(map,m_e5abba84b1901e99f9c45845f488843e);});$marker.push(m_e5abba84b1901e99f9c45845f488843e);}});}google.maps.event.addDomListener(window, 'load', initialize);