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.3292,-120.008)};var g_1109a825feabdec8d92e685fb6ad39fd = new google.maps.Geocoder();g_1109a825feabdec8d92e685fb6ad39fd.geocode( { 'address': "900 Yakima Valley Hwy, Sunnyside, WA 98944, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sunnyside-WA-lower-valley-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sunnyside-WA-lower-valley-credit-union'), mapOptions);}document.getElementById('70df6769').innerHTML += ' | View Map';var $l1109a825feabdec8d92e685fb6ad39fd = '

Lower Valley Credit Union

Address: 900 Yakima Valley Hwy, Sunnyside, WA 98944, USA
Phone: (509) 837-5295
';var m_1109a825feabdec8d92e685fb6ad39fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lower Valley Credit Union',});m_1109a825feabdec8d92e685fb6ad39fd['infowindow'] = new google.maps.InfoWindow({content: $l1109a825feabdec8d92e685fb6ad39fd});var infowindow = new google.maps.InfoWindow({content: $l1109a825feabdec8d92e685fb6ad39fd});google.maps.event.addListener(m_1109a825feabdec8d92e685fb6ad39fd, 'click', function() {infowindow.open(map,m_1109a825feabdec8d92e685fb6ad39fd);});$marker.push(m_1109a825feabdec8d92e685fb6ad39fd);}});}google.maps.event.addDomListener(window, 'load', initialize);