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.643,-122.676)};var g_f24dcd73175c848e12e6eb3a2d085888 = new google.maps.Geocoder();g_f24dcd73175c848e12e6eb3a2d085888.geocode( { 'address': "11208 NE Fourth Plain Rd, Vancouver, WA 98662"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vancouver-WA-ukrainian-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('vancouver-WA-ukrainian-federal-credit-union'), mapOptions);}document.getElementById('a8f2d48d').innerHTML += ' | View Map';var $lf24dcd73175c848e12e6eb3a2d085888 = '

Ukrainian Federal Credit Union

Address: 11208 NE Fourth Plain Rd, Vancouver, WA 98662
Phone: (360) 597-2096
';var m_f24dcd73175c848e12e6eb3a2d085888 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ukrainian Federal Credit Union',});m_f24dcd73175c848e12e6eb3a2d085888['infowindow'] = new google.maps.InfoWindow({content: $lf24dcd73175c848e12e6eb3a2d085888});var infowindow = new google.maps.InfoWindow({content: $lf24dcd73175c848e12e6eb3a2d085888});google.maps.event.addListener(m_f24dcd73175c848e12e6eb3a2d085888, 'click', function() {infowindow.open(map,m_f24dcd73175c848e12e6eb3a2d085888);});$marker.push(m_f24dcd73175c848e12e6eb3a2d085888);}});}google.maps.event.addDomListener(window, 'load', initialize);