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.2225,-73.0739)};var g_482c20c6e319f54dd5ea3f0387a313e1 = new google.maps.Geocoder();g_482c20c6e319f54dd5ea3f0387a313e1.geocode( { 'address': "3390 Route 30, Dorset, VT 05251"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dorset-VT-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('dorset-VT-wells-fargo-bank'), mapOptions);}document.getElementById('6eefa19c').innerHTML += ' | View Map';var $l482c20c6e319f54dd5ea3f0387a313e1 = '

Wells Fargo Bank

Address: 3390 Route 30, Dorset, VT 05251
Phone: (802) 867-7092
';var m_482c20c6e319f54dd5ea3f0387a313e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_482c20c6e319f54dd5ea3f0387a313e1['infowindow'] = new google.maps.InfoWindow({content: $l482c20c6e319f54dd5ea3f0387a313e1});var infowindow = new google.maps.InfoWindow({content: $l482c20c6e319f54dd5ea3f0387a313e1});google.maps.event.addListener(m_482c20c6e319f54dd5ea3f0387a313e1, 'click', function() {infowindow.open(map,m_482c20c6e319f54dd5ea3f0387a313e1);});$marker.push(m_482c20c6e319f54dd5ea3f0387a313e1);}});}google.maps.event.addDomListener(window, 'load', initialize);