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.53,-122.868)};var g_2d95ec59f8cc7b1a287fd79024b969d6 = new google.maps.Geocoder();g_2d95ec59f8cc7b1a287fd79024b969d6.geocode( { 'address': "1375 NW 185th Ave, Aloha, OR 97006, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aloha-OR-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('aloha-OR-bank-of-america-financial-center'), mapOptions);}document.getElementById('7fe1d84d').innerHTML += ' | View Map';var $l2d95ec59f8cc7b1a287fd79024b969d6 = '

Bank of America Financial Center

Address: 1375 NW 185th Ave, Aloha, OR 97006, USA
Phone: (503) 629-5299
';var m_2d95ec59f8cc7b1a287fd79024b969d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_2d95ec59f8cc7b1a287fd79024b969d6['infowindow'] = new google.maps.InfoWindow({content: $l2d95ec59f8cc7b1a287fd79024b969d6});var infowindow = new google.maps.InfoWindow({content: $l2d95ec59f8cc7b1a287fd79024b969d6});google.maps.event.addListener(m_2d95ec59f8cc7b1a287fd79024b969d6, 'click', function() {infowindow.open(map,m_2d95ec59f8cc7b1a287fd79024b969d6);});$marker.push(m_2d95ec59f8cc7b1a287fd79024b969d6);}});}google.maps.event.addDomListener(window, 'load', initialize);