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.3879,-122.756)};var g_32d08e8dcd9a87d9d786d9540ff76a50 = new google.maps.Geocoder();g_32d08e8dcd9a87d9d786d9540ff76a50.geocode( { 'address': "18270 SW Boones Ferry Rd #4, Portland, OR 97224, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-edgewater-funding').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-edgewater-funding'), mapOptions);}document.getElementById('f28800dd').innerHTML += ' | View Map';var $l32d08e8dcd9a87d9d786d9540ff76a50 = '

Edgewater Funding

Address: 18270 SW Boones Ferry Rd #4, Portland, OR 97224, USA
Phone: (503) 726-0575
';var m_32d08e8dcd9a87d9d786d9540ff76a50 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Edgewater Funding',});m_32d08e8dcd9a87d9d786d9540ff76a50['infowindow'] = new google.maps.InfoWindow({content: $l32d08e8dcd9a87d9d786d9540ff76a50});var infowindow = new google.maps.InfoWindow({content: $l32d08e8dcd9a87d9d786d9540ff76a50});google.maps.event.addListener(m_32d08e8dcd9a87d9d786d9540ff76a50, 'click', function() {infowindow.open(map,m_32d08e8dcd9a87d9d786d9540ff76a50);});$marker.push(m_32d08e8dcd9a87d9d786d9540ff76a50);}});}google.maps.event.addDomListener(window, 'load', initialize);