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.8958,-117.017)};var g_fd80c4b06025c38f9d6958ebe4f14532 = new google.maps.Geocoder();g_fd80c4b06025c38f9d6958ebe4f14532.geocode( { 'address': "Barstow, CA 92311, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barstow-CA-city-loan').style.display = '';map = new google.maps.Map(document.getElementById('barstow-CA-city-loan'), mapOptions);}document.getElementById('e3dbb169').innerHTML += ' | View Map';var $lfd80c4b06025c38f9d6958ebe4f14532 = '

City Loan

Address: Barstow, CA 92311, USA
Phone: (760) 957-0741
';var m_fd80c4b06025c38f9d6958ebe4f14532 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City Loan',});m_fd80c4b06025c38f9d6958ebe4f14532['infowindow'] = new google.maps.InfoWindow({content: $lfd80c4b06025c38f9d6958ebe4f14532});var infowindow = new google.maps.InfoWindow({content: $lfd80c4b06025c38f9d6958ebe4f14532});google.maps.event.addListener(m_fd80c4b06025c38f9d6958ebe4f14532, 'click', function() {infowindow.open(map,m_fd80c4b06025c38f9d6958ebe4f14532);});$marker.push(m_fd80c4b06025c38f9d6958ebe4f14532);}});}google.maps.event.addDomListener(window, 'load', initialize);