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.8348,-118.19)};var g_21b12b67cb6ff82b0d5e9e1d96d4b56c = new google.maps.Geocoder();g_21b12b67cb6ff82b0d5e9e1d96d4b56c.geocode( { 'address': "4201 Long Beach Blvd # 222, Long Beach, CA 90807, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-beach-CA-long-beach-financial').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-CA-long-beach-financial'), mapOptions);}document.getElementById('839b60a1').innerHTML += ' | View Map';var $l21b12b67cb6ff82b0d5e9e1d96d4b56c = '

Long Beach Financial

Address: 4201 Long Beach Blvd # 222, Long Beach, CA 90807, USA
Phone: (562) 426-7370
';var m_21b12b67cb6ff82b0d5e9e1d96d4b56c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Long Beach Financial',});m_21b12b67cb6ff82b0d5e9e1d96d4b56c['infowindow'] = new google.maps.InfoWindow({content: $l21b12b67cb6ff82b0d5e9e1d96d4b56c});var infowindow = new google.maps.InfoWindow({content: $l21b12b67cb6ff82b0d5e9e1d96d4b56c});google.maps.event.addListener(m_21b12b67cb6ff82b0d5e9e1d96d4b56c, 'click', function() {infowindow.open(map,m_21b12b67cb6ff82b0d5e9e1d96d4b56c);});$marker.push(m_21b12b67cb6ff82b0d5e9e1d96d4b56c);}});}google.maps.event.addDomListener(window, 'load', initialize);