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_3506709108e107543aa9fcf845daf0a6 = new google.maps.Geocoder();g_3506709108e107543aa9fcf845daf0a6.geocode( { 'address': "7403 Ne Hazel Dell Ave, Vancouver, WA 98665"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vancouver-WA-people-s-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('vancouver-WA-people-s-community-credit-union'), mapOptions);}document.getElementById('2f85de6b').innerHTML += ' | View Map';var $l3506709108e107543aa9fcf845daf0a6 = '

People's Community Credit Union

Address: 7403 Ne Hazel Dell Ave, Vancouver, WA 98665
Phone: (360) 695-5121
';var m_3506709108e107543aa9fcf845daf0a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's Community Credit Union',});m_3506709108e107543aa9fcf845daf0a6['infowindow'] = new google.maps.InfoWindow({content: $l3506709108e107543aa9fcf845daf0a6});var infowindow = new google.maps.InfoWindow({content: $l3506709108e107543aa9fcf845daf0a6});google.maps.event.addListener(m_3506709108e107543aa9fcf845daf0a6, 'click', function() {infowindow.open(map,m_3506709108e107543aa9fcf845daf0a6);});$marker.push(m_3506709108e107543aa9fcf845daf0a6);}});}google.maps.event.addDomListener(window, 'load', initialize);