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.899,-117.013)};var g_90a94e161d2eb45b6d900d6dafb47486 = new google.maps.Geocoder();g_90a94e161d2eb45b6d900d6dafb47486.geocode( { 'address': "1001 E Main St, Barstow, CA 92311, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barstow-CA-oasis-pawn').style.display = '';map = new google.maps.Map(document.getElementById('barstow-CA-oasis-pawn'), mapOptions);}document.getElementById('5a825644').innerHTML += ' | View Map';var $l90a94e161d2eb45b6d900d6dafb47486 = '

Oasis Pawn

Address: 1001 E Main St, Barstow, CA 92311, USA
Phone: (760) 256-7005
';var m_90a94e161d2eb45b6d900d6dafb47486 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oasis Pawn',});m_90a94e161d2eb45b6d900d6dafb47486['infowindow'] = new google.maps.InfoWindow({content: $l90a94e161d2eb45b6d900d6dafb47486});var infowindow = new google.maps.InfoWindow({content: $l90a94e161d2eb45b6d900d6dafb47486});google.maps.event.addListener(m_90a94e161d2eb45b6d900d6dafb47486, 'click', function() {infowindow.open(map,m_90a94e161d2eb45b6d900d6dafb47486);});$marker.push(m_90a94e161d2eb45b6d900d6dafb47486);}});}google.maps.event.addDomListener(window, 'load', initialize);