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.3301,-122.585)};var g_3cda990da93a8183e2fae8ea99ea5e8b = new google.maps.Geocoder();g_3cda990da93a8183e2fae8ea99ea5e8b.geocode( { 'address': "1841 Molalla Ave, Oregon City, OR 97045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oregon-city-OR-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('oregon-city-OR-bank-of-america-financial-center'), mapOptions);}document.getElementById('ab76508e').innerHTML += ' | View Map';var $l3cda990da93a8183e2fae8ea99ea5e8b = '

Bank of America Financial Center

Address: 1841 Molalla Ave, Oregon City, OR 97045, USA
Phone: (503) 656-1681
';var m_3cda990da93a8183e2fae8ea99ea5e8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_3cda990da93a8183e2fae8ea99ea5e8b['infowindow'] = new google.maps.InfoWindow({content: $l3cda990da93a8183e2fae8ea99ea5e8b});var infowindow = new google.maps.InfoWindow({content: $l3cda990da93a8183e2fae8ea99ea5e8b});google.maps.event.addListener(m_3cda990da93a8183e2fae8ea99ea5e8b, 'click', function() {infowindow.open(map,m_3cda990da93a8183e2fae8ea99ea5e8b);});$marker.push(m_3cda990da93a8183e2fae8ea99ea5e8b);}});}google.maps.event.addDomListener(window, 'load', initialize);