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.8967,-117.009)};var g_69fb0671cd60bc47ceed9fe8f1bbb201 = new google.maps.Geocoder();g_69fb0671cd60bc47ceed9fe8f1bbb201.geocode( { 'address': "1234 E Main St, Barstow, CA 92311, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barstow-CA-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('barstow-CA-check-into-cash'), mapOptions);}document.getElementById('61473b85').innerHTML += ' | View Map';var $l69fb0671cd60bc47ceed9fe8f1bbb201 = '

Check Into Cash

Address: 1234 E Main St, Barstow, CA 92311, USA
Phone: (760) 255-3411
';var m_69fb0671cd60bc47ceed9fe8f1bbb201 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_69fb0671cd60bc47ceed9fe8f1bbb201['infowindow'] = new google.maps.InfoWindow({content: $l69fb0671cd60bc47ceed9fe8f1bbb201});var infowindow = new google.maps.InfoWindow({content: $l69fb0671cd60bc47ceed9fe8f1bbb201});google.maps.event.addListener(m_69fb0671cd60bc47ceed9fe8f1bbb201, 'click', function() {infowindow.open(map,m_69fb0671cd60bc47ceed9fe8f1bbb201);});$marker.push(m_69fb0671cd60bc47ceed9fe8f1bbb201);}});}google.maps.event.addDomListener(window, 'load', initialize);