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.6178,-122.536)};var g_ddca83bfcddd4201205375160d900472 = new google.maps.Geocoder();g_ddca83bfcddd4201205375160d900472.geocode( { 'address': "13215 SE Mill Plain Blvd C8-153, Vancouver, WA 98684, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vancouver-WA-credit-team-usa').style.display = '';map = new google.maps.Map(document.getElementById('vancouver-WA-credit-team-usa'), mapOptions);}document.getElementById('fbb3f8b8').innerHTML += ' | View Map';var $lddca83bfcddd4201205375160d900472 = '

Credit Team USA

Address: 13215 SE Mill Plain Blvd C8-153, Vancouver, WA 98684, USA
Phone: (888) 990-9978
';var m_ddca83bfcddd4201205375160d900472 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Team USA',});m_ddca83bfcddd4201205375160d900472['infowindow'] = new google.maps.InfoWindow({content: $lddca83bfcddd4201205375160d900472});var infowindow = new google.maps.InfoWindow({content: $lddca83bfcddd4201205375160d900472});google.maps.event.addListener(m_ddca83bfcddd4201205375160d900472, 'click', function() {infowindow.open(map,m_ddca83bfcddd4201205375160d900472);});$marker.push(m_ddca83bfcddd4201205375160d900472);}});}google.maps.event.addDomListener(window, 'load', initialize);