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.2263,-72.5523)};var g_63603025bc2a8c039576c3d9ae3357ae = new google.maps.Geocoder();g_63603025bc2a8c039576c3d9ae3357ae.geocode( { 'address': "1311 Barre-Montpelier Rd, Barre, VT 05641, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barre-VT-green-mountain-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('barre-VT-green-mountain-credit-union'), mapOptions);}document.getElementById('bd578801').innerHTML += ' | View Map';var $l63603025bc2a8c039576c3d9ae3357ae = '

Green Mountain Credit Union

Address: 1311 Barre-Montpelier Rd, Barre, VT 05641, USA
Phone: (802) 522-1001
';var m_63603025bc2a8c039576c3d9ae3357ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Green Mountain Credit Union',});m_63603025bc2a8c039576c3d9ae3357ae['infowindow'] = new google.maps.InfoWindow({content: $l63603025bc2a8c039576c3d9ae3357ae});var infowindow = new google.maps.InfoWindow({content: $l63603025bc2a8c039576c3d9ae3357ae});google.maps.event.addListener(m_63603025bc2a8c039576c3d9ae3357ae, 'click', function() {infowindow.open(map,m_63603025bc2a8c039576c3d9ae3357ae);});$marker.push(m_63603025bc2a8c039576c3d9ae3357ae);}});}google.maps.event.addDomListener(window, 'load', initialize);