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.3888,-122.229)};var g_76ce18cba975be6142267bf6d5d3aa4e = new google.maps.Geocoder();g_76ce18cba975be6142267bf6d5d3aa4e.geocode( { 'address': "17500 Strauss Ave, Sandy, OR 97055"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandy-OR-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('sandy-OR-bank-of-america'), mapOptions);}document.getElementById('4812bee6').innerHTML += ' | View Map';var $l76ce18cba975be6142267bf6d5d3aa4e = '

Bank of America

Address: 17500 Strauss Ave, Sandy, OR 97055
Phone: (503) 668-3221
';var m_76ce18cba975be6142267bf6d5d3aa4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_76ce18cba975be6142267bf6d5d3aa4e['infowindow'] = new google.maps.InfoWindow({content: $l76ce18cba975be6142267bf6d5d3aa4e});var infowindow = new google.maps.InfoWindow({content: $l76ce18cba975be6142267bf6d5d3aa4e});google.maps.event.addListener(m_76ce18cba975be6142267bf6d5d3aa4e, 'click', function() {infowindow.open(map,m_76ce18cba975be6142267bf6d5d3aa4e);});$marker.push(m_76ce18cba975be6142267bf6d5d3aa4e);}});}google.maps.event.addDomListener(window, 'load', initialize);