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.8611,-118.167)};var g_340a6f4bcc9a615f71135855e2a5599a = new google.maps.Geocoder();g_340a6f4bcc9a615f71135855e2a5599a.geocode( { 'address': "2185 E South St, Long Beach, CA 90805, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-beach-CA-moneytree').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-CA-moneytree'), mapOptions);}document.getElementById('c87eaed2').innerHTML += ' | View Map';var $l340a6f4bcc9a615f71135855e2a5599a = '

Moneytree

Address: 2185 E South St, Long Beach, CA 90805, USA
Phone: (562) 423-3224
';var m_340a6f4bcc9a615f71135855e2a5599a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Moneytree',});m_340a6f4bcc9a615f71135855e2a5599a['infowindow'] = new google.maps.InfoWindow({content: $l340a6f4bcc9a615f71135855e2a5599a});var infowindow = new google.maps.InfoWindow({content: $l340a6f4bcc9a615f71135855e2a5599a});google.maps.event.addListener(m_340a6f4bcc9a615f71135855e2a5599a, 'click', function() {infowindow.open(map,m_340a6f4bcc9a615f71135855e2a5599a);});$marker.push(m_340a6f4bcc9a615f71135855e2a5599a);}});}google.maps.event.addDomListener(window, 'load', initialize);