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.2148,-72.5744)};var g_4952ca44f84250e6397837b4be7fcc3c = new google.maps.Geocoder();g_4952ca44f84250e6397837b4be7fcc3c.geocode( { 'address': "365 Paine Turnpike N, Berlin, VT 05602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berlin-VT-vsecu--a-credit-union-for-everyone-in-vermont').style.display = '';map = new google.maps.Map(document.getElementById('berlin-VT-vsecu--a-credit-union-for-everyone-in-vermont'), mapOptions);}document.getElementById('3bf056c7').innerHTML += ' | View Map';var $l4952ca44f84250e6397837b4be7fcc3c = '

VSECU | A Credit Union for Everyone in Vermont

Address: 365 Paine Turnpike N, Berlin, VT 05602, USA
Phone: (802) 371-5162
';var m_4952ca44f84250e6397837b4be7fcc3c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'VSECU | A Credit Union for Everyone in Vermont',});m_4952ca44f84250e6397837b4be7fcc3c['infowindow'] = new google.maps.InfoWindow({content: $l4952ca44f84250e6397837b4be7fcc3c});var infowindow = new google.maps.InfoWindow({content: $l4952ca44f84250e6397837b4be7fcc3c});google.maps.event.addListener(m_4952ca44f84250e6397837b4be7fcc3c, 'click', function() {infowindow.open(map,m_4952ca44f84250e6397837b4be7fcc3c);});$marker.push(m_4952ca44f84250e6397837b4be7fcc3c);}});}google.maps.event.addDomListener(window, 'load', initialize);