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.8959,-117.008)};var g_46e221cb68f23b0b2b68e1839497ec2f = new google.maps.Geocoder();g_46e221cb68f23b0b2b68e1839497ec2f.geocode( { 'address': "1270 E Main St, Barstow, CA 92311, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barstow-CA-alaska-usa-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('barstow-CA-alaska-usa-federal-credit-union'), mapOptions);}document.getElementById('4924faeb').innerHTML += ' | View Map';var $l46e221cb68f23b0b2b68e1839497ec2f = '

Alaska USA Federal Credit Union

Address: 1270 E Main St, Barstow, CA 92311, USA
Phone: (760) 255-3836
';var m_46e221cb68f23b0b2b68e1839497ec2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alaska USA Federal Credit Union',});m_46e221cb68f23b0b2b68e1839497ec2f['infowindow'] = new google.maps.InfoWindow({content: $l46e221cb68f23b0b2b68e1839497ec2f});var infowindow = new google.maps.InfoWindow({content: $l46e221cb68f23b0b2b68e1839497ec2f});google.maps.event.addListener(m_46e221cb68f23b0b2b68e1839497ec2f, 'click', function() {infowindow.open(map,m_46e221cb68f23b0b2b68e1839497ec2f);});$marker.push(m_46e221cb68f23b0b2b68e1839497ec2f);}});}google.maps.event.addDomListener(window, 'load', initialize);