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.442,-122.748)};var g_eddfb099d48ff97a6b49e646033bc57f = new google.maps.Geocoder();g_eddfb099d48ff97a6b49e646033bc57f.geocode( { 'address': "11501 SW Pacific Hwy #200, Portland, OR 97223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-american-leasing--financial').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-american-leasing--financial'), mapOptions);}document.getElementById('fb3a4e31').innerHTML += ' | View Map';var $leddfb099d48ff97a6b49e646033bc57f = '

American Leasing & Financial

Address: 11501 SW Pacific Hwy #200, Portland, OR 97223, USA
Phone: (503) 244-1182
';var m_eddfb099d48ff97a6b49e646033bc57f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Leasing & Financial',});m_eddfb099d48ff97a6b49e646033bc57f['infowindow'] = new google.maps.InfoWindow({content: $leddfb099d48ff97a6b49e646033bc57f});var infowindow = new google.maps.InfoWindow({content: $leddfb099d48ff97a6b49e646033bc57f});google.maps.event.addListener(m_eddfb099d48ff97a6b49e646033bc57f, 'click', function() {infowindow.open(map,m_eddfb099d48ff97a6b49e646033bc57f);});$marker.push(m_eddfb099d48ff97a6b49e646033bc57f);}});}google.maps.event.addDomListener(window, 'load', initialize);