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(44.9755,-123.026)};var g_a79cb53cd009ab92e0143b92baa2407b = new google.maps.Geocoder();g_a79cb53cd009ab92e0143b92baa2407b.geocode( { 'address': "626 Appleblossom Ave N, Keizer, OR 97303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('keizer-OR-valley-credit-service-inc').style.display = '';map = new google.maps.Map(document.getElementById('keizer-OR-valley-credit-service-inc'), mapOptions);}document.getElementById('93d1d8e1').innerHTML += ' | View Map';var $la79cb53cd009ab92e0143b92baa2407b = '

Valley Credit Service, Inc.

Address: 626 Appleblossom Ave N, Keizer, OR 97303, USA
Phone: (503) 585-5651
';var m_a79cb53cd009ab92e0143b92baa2407b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley Credit Service, Inc.',});m_a79cb53cd009ab92e0143b92baa2407b['infowindow'] = new google.maps.InfoWindow({content: $la79cb53cd009ab92e0143b92baa2407b});var infowindow = new google.maps.InfoWindow({content: $la79cb53cd009ab92e0143b92baa2407b});google.maps.event.addListener(m_a79cb53cd009ab92e0143b92baa2407b, 'click', function() {infowindow.open(map,m_a79cb53cd009ab92e0143b92baa2407b);});$marker.push(m_a79cb53cd009ab92e0143b92baa2407b);}});}google.maps.event.addDomListener(window, 'load', initialize);