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.5537,-117.203)};var g_76a67a02dfd51c3ff692aaf693b91039 = new google.maps.Geocoder();g_76a67a02dfd51c3ff692aaf693b91039.geocode( { 'address': "25109 Jefferson Ave, Murrieta, CA 92562, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murrieta-CA-kevin-leonard-mortgage-expert').style.display = '';map = new google.maps.Map(document.getElementById('murrieta-CA-kevin-leonard-mortgage-expert'), mapOptions);}document.getElementById('f6003d53').innerHTML += ' | View Map';var $l76a67a02dfd51c3ff692aaf693b91039 = '

Kevin Leonard Mortgage Expert

Address: 25109 Jefferson Ave, Murrieta, CA 92562, USA
Phone: (951) 200-5750
';var m_76a67a02dfd51c3ff692aaf693b91039 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kevin Leonard Mortgage Expert',});m_76a67a02dfd51c3ff692aaf693b91039['infowindow'] = new google.maps.InfoWindow({content: $l76a67a02dfd51c3ff692aaf693b91039});var infowindow = new google.maps.InfoWindow({content: $l76a67a02dfd51c3ff692aaf693b91039});google.maps.event.addListener(m_76a67a02dfd51c3ff692aaf693b91039, 'click', function() {infowindow.open(map,m_76a67a02dfd51c3ff692aaf693b91039);});$marker.push(m_76a67a02dfd51c3ff692aaf693b91039);}});}google.maps.event.addDomListener(window, 'load', initialize);