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(47.0475,-122.844)};var g_dd6723649577f22672b8d9e278b40369 = new google.maps.Geocoder();g_dd6723649577f22672b8d9e278b40369.geocode( { 'address': "3600 Martin Way E, Olympia, WA 98506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('olympia-WA-sound-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('olympia-WA-sound-credit-union'), mapOptions);}document.getElementById('262e63a1').innerHTML += ' | View Map';var $ldd6723649577f22672b8d9e278b40369 = '

Sound Credit Union

Address: 3600 Martin Way E, Olympia, WA 98506, USA
Phone: (800) 562-8130
';var m_dd6723649577f22672b8d9e278b40369 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sound Credit Union',});m_dd6723649577f22672b8d9e278b40369['infowindow'] = new google.maps.InfoWindow({content: $ldd6723649577f22672b8d9e278b40369});var infowindow = new google.maps.InfoWindow({content: $ldd6723649577f22672b8d9e278b40369});google.maps.event.addListener(m_dd6723649577f22672b8d9e278b40369, 'click', function() {infowindow.open(map,m_dd6723649577f22672b8d9e278b40369);});$marker.push(m_dd6723649577f22672b8d9e278b40369);}});}google.maps.event.addDomListener(window, 'load', initialize);