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.776,-118.194)};var g_bb36e395b063bec9205952807471e86a = new google.maps.Geocoder();g_bb36e395b063bec9205952807471e86a.geocode( { 'address': "730 Pacific Ave, Long Beach, CA 90813, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-beach-CA-california-check-cashing-stores').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-CA-california-check-cashing-stores'), mapOptions);}document.getElementById('76abc423').innerHTML += ' | View Map';var $lbb36e395b063bec9205952807471e86a = '

California Check Cashing Stores

Address: 730 Pacific Ave, Long Beach, CA 90813, USA
Phone: (562) 491-6500
';var m_bb36e395b063bec9205952807471e86a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Check Cashing Stores',});m_bb36e395b063bec9205952807471e86a['infowindow'] = new google.maps.InfoWindow({content: $lbb36e395b063bec9205952807471e86a});var infowindow = new google.maps.InfoWindow({content: $lbb36e395b063bec9205952807471e86a});google.maps.event.addListener(m_bb36e395b063bec9205952807471e86a, 'click', function() {infowindow.open(map,m_bb36e395b063bec9205952807471e86a);});$marker.push(m_bb36e395b063bec9205952807471e86a);}});}google.maps.event.addDomListener(window, 'load', initialize);