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(43.6063,-72.974)};var g_1a00f70c7bf7ef84aba42c82109cf237 = new google.maps.Geocoder();g_1a00f70c7bf7ef84aba42c82109cf237.geocode( { 'address': "6 S Main St, Rutland, VT 05701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rutland-VT-credit-union-of-vermont').style.display = '';map = new google.maps.Map(document.getElementById('rutland-VT-credit-union-of-vermont'), mapOptions);}document.getElementById('0d6472f6').innerHTML += ' | View Map';var $l1a00f70c7bf7ef84aba42c82109cf237 = '

Credit Union of Vermont

Address: 6 S Main St, Rutland, VT 05701
Phone: (802) 773-0027
';var m_1a00f70c7bf7ef84aba42c82109cf237 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union of Vermont',});m_1a00f70c7bf7ef84aba42c82109cf237['infowindow'] = new google.maps.InfoWindow({content: $l1a00f70c7bf7ef84aba42c82109cf237});var infowindow = new google.maps.InfoWindow({content: $l1a00f70c7bf7ef84aba42c82109cf237});google.maps.event.addListener(m_1a00f70c7bf7ef84aba42c82109cf237, 'click', function() {infowindow.open(map,m_1a00f70c7bf7ef84aba42c82109cf237);});$marker.push(m_1a00f70c7bf7ef84aba42c82109cf237);}});}google.maps.event.addDomListener(window, 'load', initialize);