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.0459,-72.668)};var g_39343aba222e6fab8108ff6609841457 = new google.maps.Geocoder();g_39343aba222e6fab8108ff6609841457.geocode( { 'address': "2087 VT-30 a, Townshend, VT 05353, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('townshend-VT-river-valley-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('townshend-VT-river-valley-credit-union'), mapOptions);}document.getElementById('b4a3fa08').innerHTML += ' | View Map';var $l39343aba222e6fab8108ff6609841457 = '

River Valley Credit Union

Address: 2087 VT-30 a, Townshend, VT 05353, USA
Phone: (802) 365-7272
';var m_39343aba222e6fab8108ff6609841457 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'River Valley Credit Union',});m_39343aba222e6fab8108ff6609841457['infowindow'] = new google.maps.InfoWindow({content: $l39343aba222e6fab8108ff6609841457});var infowindow = new google.maps.InfoWindow({content: $l39343aba222e6fab8108ff6609841457});google.maps.event.addListener(m_39343aba222e6fab8108ff6609841457, 'click', function() {infowindow.open(map,m_39343aba222e6fab8108ff6609841457);});$marker.push(m_39343aba222e6fab8108ff6609841457);}});}google.maps.event.addDomListener(window, 'load', initialize);