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.8843,-117.013)};var g_1dafb6697fbd2a9f446087d1c66cac7c = new google.maps.Geocoder();g_1dafb6697fbd2a9f446087d1c66cac7c.geocode( { 'address': "995 Armory Rd, Barstow, CA 92311, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barstow-CA-pacific-marine-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('barstow-CA-pacific-marine-credit-union'), mapOptions);}document.getElementById('9ebc3842').innerHTML += ' | View Map';var $l1dafb6697fbd2a9f446087d1c66cac7c = '

Pacific Marine Credit Union

Address: 995 Armory Rd, Barstow, CA 92311, USA
Phone: (800) 736-4500
';var m_1dafb6697fbd2a9f446087d1c66cac7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pacific Marine Credit Union',});m_1dafb6697fbd2a9f446087d1c66cac7c['infowindow'] = new google.maps.InfoWindow({content: $l1dafb6697fbd2a9f446087d1c66cac7c});var infowindow = new google.maps.InfoWindow({content: $l1dafb6697fbd2a9f446087d1c66cac7c});google.maps.event.addListener(m_1dafb6697fbd2a9f446087d1c66cac7c, 'click', function() {infowindow.open(map,m_1dafb6697fbd2a9f446087d1c66cac7c);});$marker.push(m_1dafb6697fbd2a9f446087d1c66cac7c);}});}google.maps.event.addDomListener(window, 'load', initialize);