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(44.801,-122.795)};var g_496a5ec6e8bdcb48c714b6f8ed3f9278 = new google.maps.Geocoder();g_496a5ec6e8bdcb48c714b6f8ed3f9278.geocode( { 'address': "805 N 1st St, Stayton, OR 97383, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stayton-OR-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('stayton-OR-atm-key-bank'), mapOptions);}document.getElementById('1d2672bf').innerHTML += ' | View Map';var $l496a5ec6e8bdcb48c714b6f8ed3f9278 = '

ATM (Key Bank)

Address: 805 N 1st St, Stayton, OR 97383, USA
Phone:
';var m_496a5ec6e8bdcb48c714b6f8ed3f9278 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_496a5ec6e8bdcb48c714b6f8ed3f9278['infowindow'] = new google.maps.InfoWindow({content: $l496a5ec6e8bdcb48c714b6f8ed3f9278});var infowindow = new google.maps.InfoWindow({content: $l496a5ec6e8bdcb48c714b6f8ed3f9278});google.maps.event.addListener(m_496a5ec6e8bdcb48c714b6f8ed3f9278, 'click', function() {infowindow.open(map,m_496a5ec6e8bdcb48c714b6f8ed3f9278);});$marker.push(m_496a5ec6e8bdcb48c714b6f8ed3f9278);}});}google.maps.event.addDomListener(window, 'load', initialize);