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.7821,-122.558)};var g_40ae39e5019d7ce64a99e882f27c305e = new google.maps.Geocoder();g_40ae39e5019d7ce64a99e882f27c305e.geocode( { 'address': "121 NW 20th Ave, Battle Ground, WA 98604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('battle-ground-WA-peoples-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('battle-ground-WA-peoples-community-credit-union'), mapOptions);}document.getElementById('08cfd092').innerHTML += ' | View Map';var $l40ae39e5019d7ce64a99e882f27c305e = '

People's Community Credit Union

Address: 121 NW 20th Ave, Battle Ground, WA 98604, USA
Phone: (360) 695-5121
';var m_40ae39e5019d7ce64a99e882f27c305e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's Community Credit Union',});m_40ae39e5019d7ce64a99e882f27c305e['infowindow'] = new google.maps.InfoWindow({content: $l40ae39e5019d7ce64a99e882f27c305e});var infowindow = new google.maps.InfoWindow({content: $l40ae39e5019d7ce64a99e882f27c305e});google.maps.event.addListener(m_40ae39e5019d7ce64a99e882f27c305e, 'click', function() {infowindow.open(map,m_40ae39e5019d7ce64a99e882f27c305e);});$marker.push(m_40ae39e5019d7ce64a99e882f27c305e);}});}google.maps.event.addDomListener(window, 'load', initialize);