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.0698,-117.214)};var g_94b2da0fedccca119b1ae6ae30ccbcea = new google.maps.Geocoder();g_94b2da0fedccca119b1ae6ae30ccbcea.geocode( { 'address': "1711 W Lugonia Ave, Redlands, CA 92374, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redlands-CA-a-car-title-loan-company').style.display = '';map = new google.maps.Map(document.getElementById('redlands-CA-a-car-title-loan-company'), mapOptions);}document.getElementById('7f65a759').innerHTML += ' | View Map';var $l94b2da0fedccca119b1ae6ae30ccbcea = '

A Car Title Loan Company

Address: 1711 W Lugonia Ave, Redlands, CA 92374, USA
Phone: (909) 206-5329
';var m_94b2da0fedccca119b1ae6ae30ccbcea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A Car Title Loan Company',});m_94b2da0fedccca119b1ae6ae30ccbcea['infowindow'] = new google.maps.InfoWindow({content: $l94b2da0fedccca119b1ae6ae30ccbcea});var infowindow = new google.maps.InfoWindow({content: $l94b2da0fedccca119b1ae6ae30ccbcea});google.maps.event.addListener(m_94b2da0fedccca119b1ae6ae30ccbcea, 'click', function() {infowindow.open(map,m_94b2da0fedccca119b1ae6ae30ccbcea);});$marker.push(m_94b2da0fedccca119b1ae6ae30ccbcea);}});}google.maps.event.addDomListener(window, 'load', initialize);