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(37.7579,-77.471)};var g_bb4c148c7e917def1770c90a65c6e1e2 = new google.maps.Geocoder();g_bb4c148c7e917def1770c90a65c6e1e2.geocode( { 'address': "101 S Washington Hwy, Ashland, VA 23005, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-VA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('ashland-VA-wells-fargo-bank'), mapOptions);}document.getElementById('f87af611').innerHTML += ' | View Map';var $lbb4c148c7e917def1770c90a65c6e1e2 = '

Wells Fargo Bank

Address: 101 S Washington Hwy, Ashland, VA 23005, USA
Phone: (804) 752-7900
';var m_bb4c148c7e917def1770c90a65c6e1e2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_bb4c148c7e917def1770c90a65c6e1e2['infowindow'] = new google.maps.InfoWindow({content: $lbb4c148c7e917def1770c90a65c6e1e2});var infowindow = new google.maps.InfoWindow({content: $lbb4c148c7e917def1770c90a65c6e1e2});google.maps.event.addListener(m_bb4c148c7e917def1770c90a65c6e1e2, 'click', function() {infowindow.open(map,m_bb4c148c7e917def1770c90a65c6e1e2);});$marker.push(m_bb4c148c7e917def1770c90a65c6e1e2);}});}google.maps.event.addDomListener(window, 'load', initialize);