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.9363,-116.96)};var g_298e0a4232948c35419250c08f47f8af = new google.maps.Geocoder();g_298e0a4232948c35419250c08f47f8af.geocode( { 'address': "1009 Sea Lavender Ln, Beaumont, CA 92223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaumont-CA-frausto-real-estate--loans').style.display = '';map = new google.maps.Map(document.getElementById('beaumont-CA-frausto-real-estate--loans'), mapOptions);}document.getElementById('cc95f74a').innerHTML += ' | View Map';var $l298e0a4232948c35419250c08f47f8af = '

Frausto Real Estate & Loans

Address: 1009 Sea Lavender Ln, Beaumont, CA 92223, USA
Phone: (323) 799-1173
';var m_298e0a4232948c35419250c08f47f8af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frausto Real Estate & Loans',});m_298e0a4232948c35419250c08f47f8af['infowindow'] = new google.maps.InfoWindow({content: $l298e0a4232948c35419250c08f47f8af});var infowindow = new google.maps.InfoWindow({content: $l298e0a4232948c35419250c08f47f8af});google.maps.event.addListener(m_298e0a4232948c35419250c08f47f8af, 'click', function() {infowindow.open(map,m_298e0a4232948c35419250c08f47f8af);});$marker.push(m_298e0a4232948c35419250c08f47f8af);}});}google.maps.event.addDomListener(window, 'load', initialize);