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.9431,-72.2001)};var g_b2687e9735a3902f8a162e84c73c9c04 = new google.maps.Geocoder();g_b2687e9735a3902f8a162e84c73c9c04.geocode( { 'address': "189 E Main St C, Newport, VT 05855, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-VT-northeast-schools-hospital-cu').style.display = '';map = new google.maps.Map(document.getElementById('newport-VT-northeast-schools-hospital-cu'), mapOptions);}document.getElementById('5c5b307e').innerHTML += ' | View Map';var $lb2687e9735a3902f8a162e84c73c9c04 = '

Northeast Schools-Hospital CU

Address: 189 E Main St C, Newport, VT 05855, USA
Phone: (802) 334-1844
';var m_b2687e9735a3902f8a162e84c73c9c04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northeast Schools-Hospital CU',});m_b2687e9735a3902f8a162e84c73c9c04['infowindow'] = new google.maps.InfoWindow({content: $lb2687e9735a3902f8a162e84c73c9c04});var infowindow = new google.maps.InfoWindow({content: $lb2687e9735a3902f8a162e84c73c9c04});google.maps.event.addListener(m_b2687e9735a3902f8a162e84c73c9c04, 'click', function() {infowindow.open(map,m_b2687e9735a3902f8a162e84c73c9c04);});$marker.push(m_b2687e9735a3902f8a162e84c73c9c04);}});}google.maps.event.addDomListener(window, 'load', initialize);