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.4906,-122.672)};var g_4f80dcbf24c10c3ce9f7a1516a62e587 = new google.maps.Geocoder();g_4f80dcbf24c10c3ce9f7a1516a62e587.geocode( { 'address': "4640 SW Macadam Ave #90, Portland, OR 97239, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-pdx-home-loan').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-pdx-home-loan'), mapOptions);}document.getElementById('5c455c92').innerHTML += ' | View Map';var $l4f80dcbf24c10c3ce9f7a1516a62e587 = '

PDX Home Loan

Address: 4640 SW Macadam Ave #90, Portland, OR 97239, USA
Phone: (503) 445-6033
';var m_4f80dcbf24c10c3ce9f7a1516a62e587 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PDX Home Loan',});m_4f80dcbf24c10c3ce9f7a1516a62e587['infowindow'] = new google.maps.InfoWindow({content: $l4f80dcbf24c10c3ce9f7a1516a62e587});var infowindow = new google.maps.InfoWindow({content: $l4f80dcbf24c10c3ce9f7a1516a62e587});google.maps.event.addListener(m_4f80dcbf24c10c3ce9f7a1516a62e587, 'click', function() {infowindow.open(map,m_4f80dcbf24c10c3ce9f7a1516a62e587);});$marker.push(m_4f80dcbf24c10c3ce9f7a1516a62e587);}});}google.maps.event.addDomListener(window, 'load', initialize);