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.1963,-122.713)};var g_794029ce0ca4a8ed5ab2250eade9b61f = new google.maps.Geocoder();g_794029ce0ca4a8ed5ab2250eade9b61f.geocode( { 'address': "183 E Main St, Ashland, OR 97520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-OR-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('ashland-OR-atm-key-bank'), mapOptions);}document.getElementById('c64902f0').innerHTML += ' | View Map';var $l794029ce0ca4a8ed5ab2250eade9b61f = '

ATM (Key Bank)

Address: 183 E Main St, Ashland, OR 97520, USA
Phone:
';var m_794029ce0ca4a8ed5ab2250eade9b61f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_794029ce0ca4a8ed5ab2250eade9b61f['infowindow'] = new google.maps.InfoWindow({content: $l794029ce0ca4a8ed5ab2250eade9b61f});var infowindow = new google.maps.InfoWindow({content: $l794029ce0ca4a8ed5ab2250eade9b61f});google.maps.event.addListener(m_794029ce0ca4a8ed5ab2250eade9b61f, 'click', function() {infowindow.open(map,m_794029ce0ca4a8ed5ab2250eade9b61f);});$marker.push(m_794029ce0ca4a8ed5ab2250eade9b61f);}});}google.maps.event.addDomListener(window, 'load', initialize);