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.4986,-122.692)};var g_160add6df083d491a758e772df522538 = new google.maps.Geocoder();g_160add6df083d491a758e772df522538.geocode( { 'address': "4900 SW Griffith Dr, Portland, OR 97225"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-far-west-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-far-west-credit-services'), mapOptions);}document.getElementById('e5bdec71').innerHTML += ' | View Map';var $l160add6df083d491a758e772df522538 = '

Far West Credit Services

Address: 4900 SW Griffith Dr, Portland, OR 97225
Phone: (503) 336-0036
';var m_160add6df083d491a758e772df522538 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Far West Credit Services',});m_160add6df083d491a758e772df522538['infowindow'] = new google.maps.InfoWindow({content: $l160add6df083d491a758e772df522538});var infowindow = new google.maps.InfoWindow({content: $l160add6df083d491a758e772df522538});google.maps.event.addListener(m_160add6df083d491a758e772df522538, 'click', function() {infowindow.open(map,m_160add6df083d491a758e772df522538);});$marker.push(m_160add6df083d491a758e772df522538);}});}google.maps.event.addDomListener(window, 'load', initialize);