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.8094,-117.993)};var g_1733ea4b3f6ea49b9615d8e6b51ff00d = new google.maps.Geocoder();g_1733ea4b3f6ea49b9615d8e6b51ff00d.geocode( { 'address': "10551 Beach Blvd, Stanton, CA 90680, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stanton-CA-beach-loan-services').style.display = '';map = new google.maps.Map(document.getElementById('stanton-CA-beach-loan-services'), mapOptions);}document.getElementById('0d191878').innerHTML += ' | View Map';var $l1733ea4b3f6ea49b9615d8e6b51ff00d = '

Beach Loan Services

Address: 10551 Beach Blvd, Stanton, CA 90680, USA
Phone: (714) 827-9796
';var m_1733ea4b3f6ea49b9615d8e6b51ff00d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Beach Loan Services',});m_1733ea4b3f6ea49b9615d8e6b51ff00d['infowindow'] = new google.maps.InfoWindow({content: $l1733ea4b3f6ea49b9615d8e6b51ff00d});var infowindow = new google.maps.InfoWindow({content: $l1733ea4b3f6ea49b9615d8e6b51ff00d});google.maps.event.addListener(m_1733ea4b3f6ea49b9615d8e6b51ff00d, 'click', function() {infowindow.open(map,m_1733ea4b3f6ea49b9615d8e6b51ff00d);});$marker.push(m_1733ea4b3f6ea49b9615d8e6b51ff00d);}});}google.maps.event.addDomListener(window, 'load', initialize);