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.6068,-120.465)};var g_d029237b3e44e8fd643d625ce50cb98e = new google.maps.Geocoder();g_d029237b3e44e8fd643d625ce50cb98e.geocode( { 'address': "110 N 5th Ave, Yakima, WA 98902"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yakima-WA-catholic-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('yakima-WA-catholic-credit-union'), mapOptions);}document.getElementById('3c82efff').innerHTML += ' | View Map';var $ld029237b3e44e8fd643d625ce50cb98e = '

Catholic Credit Union

Address: 110 N 5th Ave, Yakima, WA 98902
Phone: (509) 248-2960
';var m_d029237b3e44e8fd643d625ce50cb98e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Catholic Credit Union',});m_d029237b3e44e8fd643d625ce50cb98e['infowindow'] = new google.maps.InfoWindow({content: $ld029237b3e44e8fd643d625ce50cb98e});var infowindow = new google.maps.InfoWindow({content: $ld029237b3e44e8fd643d625ce50cb98e});google.maps.event.addListener(m_d029237b3e44e8fd643d625ce50cb98e, 'click', function() {infowindow.open(map,m_d029237b3e44e8fd643d625ce50cb98e);});$marker.push(m_d029237b3e44e8fd643d625ce50cb98e);}});}google.maps.event.addDomListener(window, 'load', initialize);