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.7752,-118.148)};var g_049eca9721c958b68495a1f95710dd66 = new google.maps.Geocoder();g_049eca9721c958b68495a1f95710dd66.geocode( { 'address': "3738 E 7th St, Long Beach, CA 90804, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-beach-CA-multi-vision-financial').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-CA-multi-vision-financial'), mapOptions);}document.getElementById('55d2069f').innerHTML += ' | View Map';var $l049eca9721c958b68495a1f95710dd66 = '

Multi Vision Financial

Address: 3738 E 7th St, Long Beach, CA 90804, USA
Phone: (888) 598-9951
';var m_049eca9721c958b68495a1f95710dd66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Multi Vision Financial',});m_049eca9721c958b68495a1f95710dd66['infowindow'] = new google.maps.InfoWindow({content: $l049eca9721c958b68495a1f95710dd66});var infowindow = new google.maps.InfoWindow({content: $l049eca9721c958b68495a1f95710dd66});google.maps.event.addListener(m_049eca9721c958b68495a1f95710dd66, 'click', function() {infowindow.open(map,m_049eca9721c958b68495a1f95710dd66);});$marker.push(m_049eca9721c958b68495a1f95710dd66);}});}google.maps.event.addDomListener(window, 'load', initialize);