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(42.1583,-122.634)};var g_d1aa227de516e4617cc72ab9cf456380 = new google.maps.Geocoder();g_d1aa227de516e4617cc72ab9cf456380.geocode( { 'address': "67 E Main St, Ashland, OR 97520"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-OR-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('ashland-OR-wells-fargo-bank'), mapOptions);}document.getElementById('4a83e67e').innerHTML += ' | View Map';var $ld1aa227de516e4617cc72ab9cf456380 = '

Wells Fargo Bank

Address: 67 E Main St, Ashland, OR 97520
Phone: (541) 488-0436
';var m_d1aa227de516e4617cc72ab9cf456380 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_d1aa227de516e4617cc72ab9cf456380['infowindow'] = new google.maps.InfoWindow({content: $ld1aa227de516e4617cc72ab9cf456380});var infowindow = new google.maps.InfoWindow({content: $ld1aa227de516e4617cc72ab9cf456380});google.maps.event.addListener(m_d1aa227de516e4617cc72ab9cf456380, 'click', function() {infowindow.open(map,m_d1aa227de516e4617cc72ab9cf456380);});$marker.push(m_d1aa227de516e4617cc72ab9cf456380);}});}google.maps.event.addDomListener(window, 'load', initialize);