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(46.6212,-120.56)};var g_8249a11abe53146950c64d68d5921d9a = new google.maps.Geocoder();g_8249a11abe53146950c64d68d5921d9a.geocode( { 'address': "1400 Lakeside Ct #101, Yakima, WA 98902, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yakima-WA-wsecu').style.display = '';map = new google.maps.Map(document.getElementById('yakima-WA-wsecu'), mapOptions);}document.getElementById('aaa2187a').innerHTML += ' | View Map';var $l8249a11abe53146950c64d68d5921d9a = '

WSECU

Address: 1400 Lakeside Ct #101, Yakima, WA 98902, USA
Phone: (800) 562-0999
';var m_8249a11abe53146950c64d68d5921d9a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WSECU',});m_8249a11abe53146950c64d68d5921d9a['infowindow'] = new google.maps.InfoWindow({content: $l8249a11abe53146950c64d68d5921d9a});var infowindow = new google.maps.InfoWindow({content: $l8249a11abe53146950c64d68d5921d9a});google.maps.event.addListener(m_8249a11abe53146950c64d68d5921d9a, 'click', function() {infowindow.open(map,m_8249a11abe53146950c64d68d5921d9a);});$marker.push(m_8249a11abe53146950c64d68d5921d9a);}});}google.maps.event.addDomListener(window, 'load', initialize);