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.6179,-122.522)};var g_9cad43c4144d3753a9ed05866a0df4c7 = new google.maps.Geocoder();g_9cad43c4144d3753a9ed05866a0df4c7.geocode( { 'address': "14610 SE Mill Plain Blvd, Vancouver, WA 98684, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vancouver-WA-twinstar-credit-union-mill-plain').style.display = '';map = new google.maps.Map(document.getElementById('vancouver-WA-twinstar-credit-union-mill-plain'), mapOptions);}document.getElementById('4f10a2ee').innerHTML += ' | View Map';var $l9cad43c4144d3753a9ed05866a0df4c7 = '

TwinStar Credit Union Mill Plain

Address: 14610 SE Mill Plain Blvd, Vancouver, WA 98684, USA
Phone: (360) 892-2652
';var m_9cad43c4144d3753a9ed05866a0df4c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TwinStar Credit Union Mill Plain',});m_9cad43c4144d3753a9ed05866a0df4c7['infowindow'] = new google.maps.InfoWindow({content: $l9cad43c4144d3753a9ed05866a0df4c7});var infowindow = new google.maps.InfoWindow({content: $l9cad43c4144d3753a9ed05866a0df4c7});google.maps.event.addListener(m_9cad43c4144d3753a9ed05866a0df4c7, 'click', function() {infowindow.open(map,m_9cad43c4144d3753a9ed05866a0df4c7);});$marker.push(m_9cad43c4144d3753a9ed05866a0df4c7);}});}google.maps.event.addDomListener(window, 'load', initialize);