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.4986,-122.692)};var g_8b0107591c77f628568efd2455854c0d = new google.maps.Geocoder();g_8b0107591c77f628568efd2455854c0d.geocode( { 'address': "1211 SW 5th Ave, Portland, OR 97204"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('a5ec8d8e').innerHTML += ' | View Map';var $l8b0107591c77f628568efd2455854c0d = '

Merrill Lynch Wealth Management

Address: 1211 SW 5th Ave, Portland, OR 97204
Phone: (503) 221-4600
';var m_8b0107591c77f628568efd2455854c0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_8b0107591c77f628568efd2455854c0d['infowindow'] = new google.maps.InfoWindow({content: $l8b0107591c77f628568efd2455854c0d});var infowindow = new google.maps.InfoWindow({content: $l8b0107591c77f628568efd2455854c0d});google.maps.event.addListener(m_8b0107591c77f628568efd2455854c0d, 'click', function() {infowindow.open(map,m_8b0107591c77f628568efd2455854c0d);});$marker.push(m_8b0107591c77f628568efd2455854c0d);}});}google.maps.event.addDomListener(window, 'load', initialize);