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.2236,-72.5495)};var g_772cd096cad6ce88360ade41b86ea637 = new google.maps.Geocoder();g_772cd096cad6ce88360ade41b86ea637.geocode( { 'address': "1028 US-302, Berlin, VT 05602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berlin-VT-vsecu--mortgage-closings-only--drive-up-atm').style.display = '';map = new google.maps.Map(document.getElementById('berlin-VT-vsecu--mortgage-closings-only--drive-up-atm'), mapOptions);}document.getElementById('c327812c').innerHTML += ' | View Map';var $l772cd096cad6ce88360ade41b86ea637 = '

VSECU | Mortgage Closings Only | Drive Up ATM

Address: 1028 US-302, Berlin, VT 05602, USA
Phone: (802) 371-5162
';var m_772cd096cad6ce88360ade41b86ea637 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'VSECU | Mortgage Closings Only | Drive Up ATM',});m_772cd096cad6ce88360ade41b86ea637['infowindow'] = new google.maps.InfoWindow({content: $l772cd096cad6ce88360ade41b86ea637});var infowindow = new google.maps.InfoWindow({content: $l772cd096cad6ce88360ade41b86ea637});google.maps.event.addListener(m_772cd096cad6ce88360ade41b86ea637, 'click', function() {infowindow.open(map,m_772cd096cad6ce88360ade41b86ea637);});$marker.push(m_772cd096cad6ce88360ade41b86ea637);}});}google.maps.event.addDomListener(window, 'load', initialize);