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.8755,-118.168)};var g_e8f51c2698fbcced3bfe59f41b257292 = new google.maps.Geocoder();g_e8f51c2698fbcced3bfe59f41b257292.geocode( { 'address': "6640 Cherry Ave, Long Beach, CA 90805, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-beach-CA-orange-rocket').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-CA-orange-rocket'), mapOptions);}document.getElementById('86b8ef4f').innerHTML += ' | View Map';var $le8f51c2698fbcced3bfe59f41b257292 = '

Orange Rocket

Address: 6640 Cherry Ave, Long Beach, CA 90805, USA
Phone: (310) 933-5214
';var m_e8f51c2698fbcced3bfe59f41b257292 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Orange Rocket',});m_e8f51c2698fbcced3bfe59f41b257292['infowindow'] = new google.maps.InfoWindow({content: $le8f51c2698fbcced3bfe59f41b257292});var infowindow = new google.maps.InfoWindow({content: $le8f51c2698fbcced3bfe59f41b257292});google.maps.event.addListener(m_e8f51c2698fbcced3bfe59f41b257292, 'click', function() {infowindow.open(map,m_e8f51c2698fbcced3bfe59f41b257292);});$marker.push(m_e8f51c2698fbcced3bfe59f41b257292);}});}google.maps.event.addDomListener(window, 'load', initialize);