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.1529,-122.874)};var g_b15dc485d9df477ee3f804f21233923f = new google.maps.Geocoder();g_b15dc485d9df477ee3f804f21233923f.geocode( { 'address': "2231 Country Club Rd, Woodburn, OR 97071, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodburn-OR-united-finance').style.display = '';map = new google.maps.Map(document.getElementById('woodburn-OR-united-finance'), mapOptions);}document.getElementById('66f77633').innerHTML += ' | View Map';var $lb15dc485d9df477ee3f804f21233923f = '

United Finance

Address: 2231 Country Club Rd, Woodburn, OR 97071, USA
Phone: (503) 982-1111
';var m_b15dc485d9df477ee3f804f21233923f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Finance',});m_b15dc485d9df477ee3f804f21233923f['infowindow'] = new google.maps.InfoWindow({content: $lb15dc485d9df477ee3f804f21233923f});var infowindow = new google.maps.InfoWindow({content: $lb15dc485d9df477ee3f804f21233923f});google.maps.event.addListener(m_b15dc485d9df477ee3f804f21233923f, 'click', function() {infowindow.open(map,m_b15dc485d9df477ee3f804f21233923f);});$marker.push(m_b15dc485d9df477ee3f804f21233923f);}});}google.maps.event.addDomListener(window, 'load', initialize);