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.5433,-117.288)};var g_41069c81282ba6e19583432967917da9 = new google.maps.Geocoder();g_41069c81282ba6e19583432967917da9.geocode( { 'address': "41451 Los Alamos Rd, Murrieta, CA 92562"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murrieta-CA-sterling-investment').style.display = '';map = new google.maps.Map(document.getElementById('murrieta-CA-sterling-investment'), mapOptions);}document.getElementById('24f87e2d').innerHTML += ' | View Map';var $l41069c81282ba6e19583432967917da9 = '

Sterling Investment

Address: 41451 Los Alamos Rd, Murrieta, CA 92562
Phone: (951) 677-8661
';var m_41069c81282ba6e19583432967917da9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sterling Investment',});m_41069c81282ba6e19583432967917da9['infowindow'] = new google.maps.InfoWindow({content: $l41069c81282ba6e19583432967917da9});var infowindow = new google.maps.InfoWindow({content: $l41069c81282ba6e19583432967917da9});google.maps.event.addListener(m_41069c81282ba6e19583432967917da9, 'click', function() {infowindow.open(map,m_41069c81282ba6e19583432967917da9);});$marker.push(m_41069c81282ba6e19583432967917da9);}});}google.maps.event.addDomListener(window, 'load', initialize);