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.8329,-118.185)};var g_ade54a6995b1ef577d9f381182f76cea = new google.maps.Geocoder();g_ade54a6995b1ef577d9f381182f76cea.geocode( { 'address': "4200 Atlantic Ave, Long Beach, CA 90807, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-beach-CA-cash-america').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-CA-cash-america'), mapOptions);}document.getElementById('ec0f5d23').innerHTML += ' | View Map';var $lade54a6995b1ef577d9f381182f76cea = '

Cash America

Address: 4200 Atlantic Ave, Long Beach, CA 90807, USA
Phone: (562) 424-6000
';var m_ade54a6995b1ef577d9f381182f76cea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash America',});m_ade54a6995b1ef577d9f381182f76cea['infowindow'] = new google.maps.InfoWindow({content: $lade54a6995b1ef577d9f381182f76cea});var infowindow = new google.maps.InfoWindow({content: $lade54a6995b1ef577d9f381182f76cea});google.maps.event.addListener(m_ade54a6995b1ef577d9f381182f76cea, 'click', function() {infowindow.open(map,m_ade54a6995b1ef577d9f381182f76cea);});$marker.push(m_ade54a6995b1ef577d9f381182f76cea);}});}google.maps.event.addDomListener(window, 'load', initialize);