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(45.4173,-122.458)};var g_0236be6e04a4916f04215374f9c83ac5 = new google.maps.Geocoder();g_0236be6e04a4916f04215374f9c83ac5.geocode( { 'address': "19830 SE Anderson Rd, Damascus, OR 97089, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('damascus-OR-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('damascus-OR-atm-key-bank'), mapOptions);}document.getElementById('dfebdedf').innerHTML += ' | View Map';var $l0236be6e04a4916f04215374f9c83ac5 = '

ATM (Key Bank)

Address: 19830 SE Anderson Rd, Damascus, OR 97089, USA
Phone:
';var m_0236be6e04a4916f04215374f9c83ac5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_0236be6e04a4916f04215374f9c83ac5['infowindow'] = new google.maps.InfoWindow({content: $l0236be6e04a4916f04215374f9c83ac5});var infowindow = new google.maps.InfoWindow({content: $l0236be6e04a4916f04215374f9c83ac5});google.maps.event.addListener(m_0236be6e04a4916f04215374f9c83ac5, 'click', function() {infowindow.open(map,m_0236be6e04a4916f04215374f9c83ac5);});$marker.push(m_0236be6e04a4916f04215374f9c83ac5);}});}google.maps.event.addDomListener(window, 'load', initialize);