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.7919,-118.138)};var g_fac0a81531ce42aad27fd3bad359ba7e = new google.maps.Geocoder();g_fac0a81531ce42aad27fd3bad359ba7e.geocode( { 'address': "2004 Ximeno Ave, Long Beach, CA 90815, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-beach-CA-dollar-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-CA-dollar-loan-center'), mapOptions);}document.getElementById('4ae8cd50').innerHTML += ' | View Map';var $lfac0a81531ce42aad27fd3bad359ba7e = '

Dollar Loan Center

Address: 2004 Ximeno Ave, Long Beach, CA 90815, USA
Phone: (562) 200-7010
';var m_fac0a81531ce42aad27fd3bad359ba7e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dollar Loan Center',});m_fac0a81531ce42aad27fd3bad359ba7e['infowindow'] = new google.maps.InfoWindow({content: $lfac0a81531ce42aad27fd3bad359ba7e});var infowindow = new google.maps.InfoWindow({content: $lfac0a81531ce42aad27fd3bad359ba7e});google.maps.event.addListener(m_fac0a81531ce42aad27fd3bad359ba7e, 'click', function() {infowindow.open(map,m_fac0a81531ce42aad27fd3bad359ba7e);});$marker.push(m_fac0a81531ce42aad27fd3bad359ba7e);}});}google.maps.event.addDomListener(window, 'load', initialize);