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.8586,-118.361)};var g_90d40660163fd7f1d3d0a5f3ead88bfd = new google.maps.Geocoder();g_90d40660163fd7f1d3d0a5f3ead88bfd.geocode( { 'address': "2701 190th St #204, Redondo Beach, CA 90278, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redondo-beach-CA-beach-lending-inc').style.display = '';map = new google.maps.Map(document.getElementById('redondo-beach-CA-beach-lending-inc'), mapOptions);}document.getElementById('5c197a59').innerHTML += ' | View Map';var $l90d40660163fd7f1d3d0a5f3ead88bfd = '

Beach Lending, Inc.

Address: 2701 190th St #204, Redondo Beach, CA 90278, USA
Phone: (310) 710-5091
';var m_90d40660163fd7f1d3d0a5f3ead88bfd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Beach Lending, Inc.',});m_90d40660163fd7f1d3d0a5f3ead88bfd['infowindow'] = new google.maps.InfoWindow({content: $l90d40660163fd7f1d3d0a5f3ead88bfd});var infowindow = new google.maps.InfoWindow({content: $l90d40660163fd7f1d3d0a5f3ead88bfd});google.maps.event.addListener(m_90d40660163fd7f1d3d0a5f3ead88bfd, 'click', function() {infowindow.open(map,m_90d40660163fd7f1d3d0a5f3ead88bfd);});$marker.push(m_90d40660163fd7f1d3d0a5f3ead88bfd);}});}google.maps.event.addDomListener(window, 'load', initialize);