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(44.1825,-72.8567)};var g_20939d5bbdfe5c0dd7dab0c184ccbbd4 = new google.maps.Geocoder();g_20939d5bbdfe5c0dd7dab0c184ccbbd4.geocode( { 'address': "705 Mill Brook Rd, Waitsfield, VT 05673, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waitsfield-VT-hall--holden').style.display = '';map = new google.maps.Map(document.getElementById('waitsfield-VT-hall--holden'), mapOptions);}document.getElementById('f83d34a2').innerHTML += ' | View Map';var $l20939d5bbdfe5c0dd7dab0c184ccbbd4 = '

Hall & Holden

Address: 705 Mill Brook Rd, Waitsfield, VT 05673, USA
Phone: (802) 496-3140
';var m_20939d5bbdfe5c0dd7dab0c184ccbbd4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hall & Holden',});m_20939d5bbdfe5c0dd7dab0c184ccbbd4['infowindow'] = new google.maps.InfoWindow({content: $l20939d5bbdfe5c0dd7dab0c184ccbbd4});var infowindow = new google.maps.InfoWindow({content: $l20939d5bbdfe5c0dd7dab0c184ccbbd4});google.maps.event.addListener(m_20939d5bbdfe5c0dd7dab0c184ccbbd4, 'click', function() {infowindow.open(map,m_20939d5bbdfe5c0dd7dab0c184ccbbd4);});$marker.push(m_20939d5bbdfe5c0dd7dab0c184ccbbd4);}});}google.maps.event.addDomListener(window, 'load', initialize);