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.8986,-117.026)};var g_cac1a11cd3ef8e6b991cf3929d36afde = new google.maps.Geocoder();g_cac1a11cd3ef8e6b991cf3929d36afde.geocode( { 'address': "132 E Main St, Barstow, CA 92311, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barstow-CA-associated-foreign-exchange').style.display = '';map = new google.maps.Map(document.getElementById('barstow-CA-associated-foreign-exchange'), mapOptions);}document.getElementById('5386c6eb').innerHTML += ' | View Map';var $lcac1a11cd3ef8e6b991cf3929d36afde = '

Associated Foreign Exchange

Address: 132 E Main St, Barstow, CA 92311, USA
Phone: (760) 255-3843
';var m_cac1a11cd3ef8e6b991cf3929d36afde = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Associated Foreign Exchange',});m_cac1a11cd3ef8e6b991cf3929d36afde['infowindow'] = new google.maps.InfoWindow({content: $lcac1a11cd3ef8e6b991cf3929d36afde});var infowindow = new google.maps.InfoWindow({content: $lcac1a11cd3ef8e6b991cf3929d36afde});google.maps.event.addListener(m_cac1a11cd3ef8e6b991cf3929d36afde, 'click', function() {infowindow.open(map,m_cac1a11cd3ef8e6b991cf3929d36afde);});$marker.push(m_cac1a11cd3ef8e6b991cf3929d36afde);}});}google.maps.event.addDomListener(window, 'load', initialize);