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.6554,-122.587)};var g_d5a6c99c922f6812fee92973a43ce0db = new google.maps.Geocoder();g_d5a6c99c922f6812fee92973a43ce0db.geocode( { 'address': "8405 NE Vancouver Mall Dr, Vancouver, WA 98662, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vancouver-WA-twinstar-credit-union-vancouver-mall').style.display = '';map = new google.maps.Map(document.getElementById('vancouver-WA-twinstar-credit-union-vancouver-mall'), mapOptions);}document.getElementById('a8160a9b').innerHTML += ' | View Map';var $ld5a6c99c922f6812fee92973a43ce0db = '

TwinStar Credit Union Vancouver Mall

Address: 8405 NE Vancouver Mall Dr, Vancouver, WA 98662, USA
Phone: (800) 258-3115
';var m_d5a6c99c922f6812fee92973a43ce0db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TwinStar Credit Union Vancouver Mall',});m_d5a6c99c922f6812fee92973a43ce0db['infowindow'] = new google.maps.InfoWindow({content: $ld5a6c99c922f6812fee92973a43ce0db});var infowindow = new google.maps.InfoWindow({content: $ld5a6c99c922f6812fee92973a43ce0db});google.maps.event.addListener(m_d5a6c99c922f6812fee92973a43ce0db, 'click', function() {infowindow.open(map,m_d5a6c99c922f6812fee92973a43ce0db);});$marker.push(m_d5a6c99c922f6812fee92973a43ce0db);}});}google.maps.event.addDomListener(window, 'load', initialize);