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

Credit Union of Vt

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