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.4855,-122.675)};var g_6757c5d828a29b814e9992332f70b2b7 = new google.maps.Geocoder();g_6757c5d828a29b814e9992332f70b2b7.geocode( { 'address': "5200 SW Macadam Ave #200, Portland, OR 97239, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-associated-mortgage-brokers').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-associated-mortgage-brokers'), mapOptions);}document.getElementById('17fc8aab').innerHTML += ' | View Map';var $l6757c5d828a29b814e9992332f70b2b7 = '

Associated Mortgage Brokers

Address: 5200 SW Macadam Ave #200, Portland, OR 97239, USA
Phone: (503) 221-0064
';var m_6757c5d828a29b814e9992332f70b2b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Associated Mortgage Brokers',});m_6757c5d828a29b814e9992332f70b2b7['infowindow'] = new google.maps.InfoWindow({content: $l6757c5d828a29b814e9992332f70b2b7});var infowindow = new google.maps.InfoWindow({content: $l6757c5d828a29b814e9992332f70b2b7});google.maps.event.addListener(m_6757c5d828a29b814e9992332f70b2b7, 'click', function() {infowindow.open(map,m_6757c5d828a29b814e9992332f70b2b7);});$marker.push(m_6757c5d828a29b814e9992332f70b2b7);}});}google.maps.event.addDomListener(window, 'load', initialize);