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.7553,-118.106)};var g_f3144cefe89a60d6a1afaf7859c5076b = new google.maps.Geocoder();g_f3144cefe89a60d6a1afaf7859c5076b.geocode( { 'address': "6621 Pacific Coast Hwy #160, Long Beach, CA 90803, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-beach-CA-new-american-funding---long-beach').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-CA-new-american-funding---long-beach'), mapOptions);}document.getElementById('0f71c36d').innerHTML += ' | View Map';var $lf3144cefe89a60d6a1afaf7859c5076b = '

New American Funding - Long Beach

Address: 6621 Pacific Coast Hwy #160, Long Beach, CA 90803, USA
Phone: (562) 453-1035
';var m_f3144cefe89a60d6a1afaf7859c5076b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New American Funding - Long Beach',});m_f3144cefe89a60d6a1afaf7859c5076b['infowindow'] = new google.maps.InfoWindow({content: $lf3144cefe89a60d6a1afaf7859c5076b});var infowindow = new google.maps.InfoWindow({content: $lf3144cefe89a60d6a1afaf7859c5076b});google.maps.event.addListener(m_f3144cefe89a60d6a1afaf7859c5076b, 'click', function() {infowindow.open(map,m_f3144cefe89a60d6a1afaf7859c5076b);});$marker.push(m_f3144cefe89a60d6a1afaf7859c5076b);}});}google.maps.event.addDomListener(window, 'load', initialize);