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.2203,-72.5608)};var g_7834eb23c51f07e0c3ed96a5619030d8 = new google.maps.Geocoder();g_7834eb23c51f07e0c3ed96a5619030d8.geocode( { 'address': "130 Fisher Rd, Berlin, VT 05602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berlin-VT-central-vermont-med-center-inc-cu').style.display = '';map = new google.maps.Map(document.getElementById('berlin-VT-central-vermont-med-center-inc-cu'), mapOptions);}document.getElementById('45433cce').innerHTML += ' | View Map';var $l7834eb23c51f07e0c3ed96a5619030d8 = '

Central Vermont Med Center Inc Cu

Address: 130 Fisher Rd, Berlin, VT 05602, USA
Phone: (802) 371-4211
';var m_7834eb23c51f07e0c3ed96a5619030d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Vermont Med Center Inc Cu',});m_7834eb23c51f07e0c3ed96a5619030d8['infowindow'] = new google.maps.InfoWindow({content: $l7834eb23c51f07e0c3ed96a5619030d8});var infowindow = new google.maps.InfoWindow({content: $l7834eb23c51f07e0c3ed96a5619030d8});google.maps.event.addListener(m_7834eb23c51f07e0c3ed96a5619030d8, 'click', function() {infowindow.open(map,m_7834eb23c51f07e0c3ed96a5619030d8);});$marker.push(m_7834eb23c51f07e0c3ed96a5619030d8);}});}google.maps.event.addDomListener(window, 'load', initialize);