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.2629,-72.4867)};var g_83fb6af5421863415c9edd54e75404c8 = new google.maps.Geocoder();g_83fb6af5421863415c9edd54e75404c8.geocode( { 'address': "49 Carleton Blvd, East Montpelier, VT 05651, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-montpelier-VT-north-country').style.display = '';map = new google.maps.Map(document.getElementById('east-montpelier-VT-north-country'), mapOptions);}document.getElementById('9eeccc1a').innerHTML += ' | View Map';var $l83fb6af5421863415c9edd54e75404c8 = '

North Country

Address: 49 Carleton Blvd, East Montpelier, VT 05651, USA
Phone: (802) 229-6037
';var m_83fb6af5421863415c9edd54e75404c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Country',});m_83fb6af5421863415c9edd54e75404c8['infowindow'] = new google.maps.InfoWindow({content: $l83fb6af5421863415c9edd54e75404c8});var infowindow = new google.maps.InfoWindow({content: $l83fb6af5421863415c9edd54e75404c8});google.maps.event.addListener(m_83fb6af5421863415c9edd54e75404c8, 'click', function() {infowindow.open(map,m_83fb6af5421863415c9edd54e75404c8);});$marker.push(m_83fb6af5421863415c9edd54e75404c8);}});}google.maps.event.addDomListener(window, 'load', initialize);