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.6796,-122.666)};var g_9362333bdac70a490463c3173c90015a = new google.maps.Geocoder();g_9362333bdac70a490463c3173c90015a.geocode( { 'address': "7912 NE 6th Ave, Vancouver, WA 98665, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vancouver-WA-twinstar-credit-union-hazel-dell').style.display = '';map = new google.maps.Map(document.getElementById('vancouver-WA-twinstar-credit-union-hazel-dell'), mapOptions);}document.getElementById('7336b432').innerHTML += ' | View Map';var $l9362333bdac70a490463c3173c90015a = '

TwinStar Credit Union Hazel Dell

Address: 7912 NE 6th Ave, Vancouver, WA 98665, USA
Phone: (800) 258-3115
';var m_9362333bdac70a490463c3173c90015a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TwinStar Credit Union Hazel Dell',});m_9362333bdac70a490463c3173c90015a['infowindow'] = new google.maps.InfoWindow({content: $l9362333bdac70a490463c3173c90015a});var infowindow = new google.maps.InfoWindow({content: $l9362333bdac70a490463c3173c90015a});google.maps.event.addListener(m_9362333bdac70a490463c3173c90015a, 'click', function() {infowindow.open(map,m_9362333bdac70a490463c3173c90015a);});$marker.push(m_9362333bdac70a490463c3173c90015a);}});}google.maps.event.addDomListener(window, 'load', initialize);