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.4449,-122.774)};var g_665b3b87ed655c889c6fd83a770fd5bb = new google.maps.Geocoder();g_665b3b87ed655c889c6fd83a770fd5bb.geocode( { 'address': "10260 SW Greenburg Rd, Portland, OR 97223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-columbia-associates-financial').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-columbia-associates-financial'), mapOptions);}document.getElementById('3445eba9').innerHTML += ' | View Map';var $l665b3b87ed655c889c6fd83a770fd5bb = '

Columbia Associates Financial

Address: 10260 SW Greenburg Rd, Portland, OR 97223, USA
Phone: (503) 293-3544
';var m_665b3b87ed655c889c6fd83a770fd5bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Associates Financial',});m_665b3b87ed655c889c6fd83a770fd5bb['infowindow'] = new google.maps.InfoWindow({content: $l665b3b87ed655c889c6fd83a770fd5bb});var infowindow = new google.maps.InfoWindow({content: $l665b3b87ed655c889c6fd83a770fd5bb});google.maps.event.addListener(m_665b3b87ed655c889c6fd83a770fd5bb, 'click', function() {infowindow.open(map,m_665b3b87ed655c889c6fd83a770fd5bb);});$marker.push(m_665b3b87ed655c889c6fd83a770fd5bb);}});}google.maps.event.addDomListener(window, 'load', initialize);