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.8553,-117.538)};var g_96e1da3b09373c4e9ab748abf0d43329 = new google.maps.Geocoder();g_96e1da3b09373c4e9ab748abf0d43329.geocode( { 'address': "1861 California Ave Ste 102, Corona, CA 92881, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corona-CA-guaranteed-rate-of-corona').style.display = '';map = new google.maps.Map(document.getElementById('corona-CA-guaranteed-rate-of-corona'), mapOptions);}document.getElementById('b4c92564').innerHTML += ' | View Map';var $l96e1da3b09373c4e9ab748abf0d43329 = '

Guaranteed Rate of Corona

Address: 1861 California Ave Ste 102, Corona, CA 92881, USA
Phone: (951) 356-2062
';var m_96e1da3b09373c4e9ab748abf0d43329 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranteed Rate of Corona',});m_96e1da3b09373c4e9ab748abf0d43329['infowindow'] = new google.maps.InfoWindow({content: $l96e1da3b09373c4e9ab748abf0d43329});var infowindow = new google.maps.InfoWindow({content: $l96e1da3b09373c4e9ab748abf0d43329});google.maps.event.addListener(m_96e1da3b09373c4e9ab748abf0d43329, 'click', function() {infowindow.open(map,m_96e1da3b09373c4e9ab748abf0d43329);});$marker.push(m_96e1da3b09373c4e9ab748abf0d43329);}});}google.maps.event.addDomListener(window, 'load', initialize);