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.6453,-122.6)};var g_45cb9afe85c431a65dc535b83d705427 = new google.maps.Geocoder();g_45cb9afe85c431a65dc535b83d705427.geocode( { 'address': "7118 NE Fourth Plain Blvd, Vancouver, WA 98661, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vancouver-WA-lighthouse-acceptance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('vancouver-WA-lighthouse-acceptance-corporation'), mapOptions);}document.getElementById('f797bf9e').innerHTML += ' | View Map';var $l45cb9afe85c431a65dc535b83d705427 = '

Lighthouse Acceptance Corporation

Address: 7118 NE Fourth Plain Blvd, Vancouver, WA 98661, USA
Phone: (360) 576-1222
';var m_45cb9afe85c431a65dc535b83d705427 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lighthouse Acceptance Corporation',});m_45cb9afe85c431a65dc535b83d705427['infowindow'] = new google.maps.InfoWindow({content: $l45cb9afe85c431a65dc535b83d705427});var infowindow = new google.maps.InfoWindow({content: $l45cb9afe85c431a65dc535b83d705427});google.maps.event.addListener(m_45cb9afe85c431a65dc535b83d705427, 'click', function() {infowindow.open(map,m_45cb9afe85c431a65dc535b83d705427);});$marker.push(m_45cb9afe85c431a65dc535b83d705427);}});}google.maps.event.addDomListener(window, 'load', initialize);