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(32.5841,-117.129)};var g_1fa52385d85392fdfcfa5e296396b66f = new google.maps.Geocoder();g_1fa52385d85392fdfcfa5e296396b66f.geocode( { 'address': "226 Palm Ave, Imperial Beach, CA 91932, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('imperial-beach-CA-california-car-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('imperial-beach-CA-california-car-title-loans'), mapOptions);}document.getElementById('b78e460c').innerHTML += ' | View Map';var $l1fa52385d85392fdfcfa5e296396b66f = '

California Car Title Loans

Address: 226 Palm Ave, Imperial Beach, CA 91932, USA
Phone: (844) 840-4500
';var m_1fa52385d85392fdfcfa5e296396b66f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Car Title Loans',});m_1fa52385d85392fdfcfa5e296396b66f['infowindow'] = new google.maps.InfoWindow({content: $l1fa52385d85392fdfcfa5e296396b66f});var infowindow = new google.maps.InfoWindow({content: $l1fa52385d85392fdfcfa5e296396b66f});google.maps.event.addListener(m_1fa52385d85392fdfcfa5e296396b66f, 'click', function() {infowindow.open(map,m_1fa52385d85392fdfcfa5e296396b66f);});$marker.push(m_1fa52385d85392fdfcfa5e296396b66f);}});}google.maps.event.addDomListener(window, 'load', initialize);