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.967,-118.165)};var g_226a6e20c8675efa0ad1b7073f90ee39 = new google.maps.Geocoder();g_226a6e20c8675efa0ad1b7073f90ee39.geocode( { 'address': "7220 Eastern Ave e, Bell Gardens, CA 90201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bell-gardens-CA-dollar-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('bell-gardens-CA-dollar-loan-center'), mapOptions);}document.getElementById('92d1a0fd').innerHTML += ' | View Map';var $l226a6e20c8675efa0ad1b7073f90ee39 = '

Dollar Loan Center

Address: 7220 Eastern Ave e, Bell Gardens, CA 90201, USA
Phone: (562) 242-7820
';var m_226a6e20c8675efa0ad1b7073f90ee39 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dollar Loan Center',});m_226a6e20c8675efa0ad1b7073f90ee39['infowindow'] = new google.maps.InfoWindow({content: $l226a6e20c8675efa0ad1b7073f90ee39});var infowindow = new google.maps.InfoWindow({content: $l226a6e20c8675efa0ad1b7073f90ee39});google.maps.event.addListener(m_226a6e20c8675efa0ad1b7073f90ee39, 'click', function() {infowindow.open(map,m_226a6e20c8675efa0ad1b7073f90ee39);});$marker.push(m_226a6e20c8675efa0ad1b7073f90ee39);}});}google.maps.event.addDomListener(window, 'load', initialize);