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(33.9656,-118.165)};var g_1560e0ce3f69115c4edf5b81af026bfc = new google.maps.Geocoder();g_1560e0ce3f69115c4edf5b81af026bfc.geocode( { 'address': "7500 Eastern Ave, Bell Gardens, CA 90201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bell-gardens-CA-auto-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('bell-gardens-CA-auto-title-loans'), mapOptions);}document.getElementById('37df62c5').innerHTML += ' | View Map';var $l1560e0ce3f69115c4edf5b81af026bfc = '

Auto Title Loans

Address: 7500 Eastern Ave, Bell Gardens, CA 90201, USA
Phone: (562) 927-7600
';var m_1560e0ce3f69115c4edf5b81af026bfc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auto Title Loans',});m_1560e0ce3f69115c4edf5b81af026bfc['infowindow'] = new google.maps.InfoWindow({content: $l1560e0ce3f69115c4edf5b81af026bfc});var infowindow = new google.maps.InfoWindow({content: $l1560e0ce3f69115c4edf5b81af026bfc});google.maps.event.addListener(m_1560e0ce3f69115c4edf5b81af026bfc, 'click', function() {infowindow.open(map,m_1560e0ce3f69115c4edf5b81af026bfc);});$marker.push(m_1560e0ce3f69115c4edf5b81af026bfc);}});}google.maps.event.addDomListener(window, 'load', initialize);