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(34.125,-116.411)};var g_21a68e428d5053f9758bd6983cefaa3a = new google.maps.Geocoder();g_21a68e428d5053f9758bd6983cefaa3a.geocode( { 'address': "57402 Twentynine Palms Outerhighway N #6, Yucca Valley, CA 92284, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yucca-valley-CA-pacific-marine-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('yucca-valley-CA-pacific-marine-credit-union'), mapOptions);}document.getElementById('2c68deb9').innerHTML += ' | View Map';var $l21a68e428d5053f9758bd6983cefaa3a = '

Pacific Marine Credit Union

Address: 57402 Twentynine Palms Outerhighway N #6, Yucca Valley, CA 92284, USA
Phone: (800) 736-4500
';var m_21a68e428d5053f9758bd6983cefaa3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pacific Marine Credit Union',});m_21a68e428d5053f9758bd6983cefaa3a['infowindow'] = new google.maps.InfoWindow({content: $l21a68e428d5053f9758bd6983cefaa3a});var infowindow = new google.maps.InfoWindow({content: $l21a68e428d5053f9758bd6983cefaa3a});google.maps.event.addListener(m_21a68e428d5053f9758bd6983cefaa3a, 'click', function() {infowindow.open(map,m_21a68e428d5053f9758bd6983cefaa3a);});$marker.push(m_21a68e428d5053f9758bd6983cefaa3a);}});}google.maps.event.addDomListener(window, 'load', initialize);