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.4093,-122.745)};var g_8aa27a7d4959a029e52950397d7fd35d = new google.maps.Geocoder();g_8aa27a7d4959a029e52950397d7fd35d.geocode( { 'address': "6650 SW Redwood Ln #160, Portland, OR 97224, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-new-penn-financial').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-new-penn-financial'), mapOptions);}document.getElementById('ae991130').innerHTML += ' | View Map';var $l8aa27a7d4959a029e52950397d7fd35d = '

New Penn Financial

Address: 6650 SW Redwood Ln #160, Portland, OR 97224, USA
Phone: (877) 653-8798
';var m_8aa27a7d4959a029e52950397d7fd35d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Penn Financial',});m_8aa27a7d4959a029e52950397d7fd35d['infowindow'] = new google.maps.InfoWindow({content: $l8aa27a7d4959a029e52950397d7fd35d});var infowindow = new google.maps.InfoWindow({content: $l8aa27a7d4959a029e52950397d7fd35d});google.maps.event.addListener(m_8aa27a7d4959a029e52950397d7fd35d, 'click', function() {infowindow.open(map,m_8aa27a7d4959a029e52950397d7fd35d);});$marker.push(m_8aa27a7d4959a029e52950397d7fd35d);}});}google.maps.event.addDomListener(window, 'load', initialize);