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.6268,-122.682)};var g_2c5343ac475f639320f822c448fdf93d = new google.maps.Geocoder();g_2c5343ac475f639320f822c448fdf93d.geocode( { 'address': "702 Jefferson St, Vancouver, WA 98660, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vancouver-WA-lighthouse-community-cu').style.display = '';map = new google.maps.Map(document.getElementById('vancouver-WA-lighthouse-community-cu'), mapOptions);}document.getElementById('b1fc6248').innerHTML += ' | View Map';var $l2c5343ac475f639320f822c448fdf93d = '

Lighthouse Community CU

Address: 702 Jefferson St, Vancouver, WA 98660, USA
Phone: (360) 694-8329
';var m_2c5343ac475f639320f822c448fdf93d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lighthouse Community CU',});m_2c5343ac475f639320f822c448fdf93d['infowindow'] = new google.maps.InfoWindow({content: $l2c5343ac475f639320f822c448fdf93d});var infowindow = new google.maps.InfoWindow({content: $l2c5343ac475f639320f822c448fdf93d});google.maps.event.addListener(m_2c5343ac475f639320f822c448fdf93d, 'click', function() {infowindow.open(map,m_2c5343ac475f639320f822c448fdf93d);});$marker.push(m_2c5343ac475f639320f822c448fdf93d);}});}google.maps.event.addDomListener(window, 'load', initialize);