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_1d89c62ce3c488093c75423ef9eaf9ac = new google.maps.Geocoder();g_1d89c62ce3c488093c75423ef9eaf9ac.geocode( { 'address': "2305 Ashland St, Ashland, OR 97520"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-OR-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('ashland-OR-bank-of-america'), mapOptions);}document.getElementById('4bca9e8d').innerHTML += ' | View Map';var $l1d89c62ce3c488093c75423ef9eaf9ac = '

Bank of America

Address: 2305 Ashland St, Ashland, OR 97520
Phone: (541) 482-5411
';var m_1d89c62ce3c488093c75423ef9eaf9ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_1d89c62ce3c488093c75423ef9eaf9ac['infowindow'] = new google.maps.InfoWindow({content: $l1d89c62ce3c488093c75423ef9eaf9ac});var infowindow = new google.maps.InfoWindow({content: $l1d89c62ce3c488093c75423ef9eaf9ac});google.maps.event.addListener(m_1d89c62ce3c488093c75423ef9eaf9ac, 'click', function() {infowindow.open(map,m_1d89c62ce3c488093c75423ef9eaf9ac);});$marker.push(m_1d89c62ce3c488093c75423ef9eaf9ac);}});}google.maps.event.addDomListener(window, 'load', initialize);