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.5145,-122.664)};var g_6195428fd56b4267287143ead6882459 = new google.maps.Geocoder();g_6195428fd56b4267287143ead6882459.geocode( { 'address': "19830 SE Highway 212, Damascus, OR 97089"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('damascus-OR-keybank').style.display = '';map = new google.maps.Map(document.getElementById('damascus-OR-keybank'), mapOptions);}document.getElementById('dc7941b3').innerHTML += ' | View Map';var $l6195428fd56b4267287143ead6882459 = '

KeyBank

Address: 19830 SE Highway 212, Damascus, OR 97089
Phone: (503) 658-3125
';var m_6195428fd56b4267287143ead6882459 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_6195428fd56b4267287143ead6882459['infowindow'] = new google.maps.InfoWindow({content: $l6195428fd56b4267287143ead6882459});var infowindow = new google.maps.InfoWindow({content: $l6195428fd56b4267287143ead6882459});google.maps.event.addListener(m_6195428fd56b4267287143ead6882459, 'click', function() {infowindow.open(map,m_6195428fd56b4267287143ead6882459);});$marker.push(m_6195428fd56b4267287143ead6882459);}});}google.maps.event.addDomListener(window, 'load', initialize);