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.8875,-117.561)};var g_d14fb78b80ddb594f036d2227e4f20c8 = new google.maps.Geocoder();g_d14fb78b80ddb594f036d2227e4f20c8.geocode( { 'address': "355 E Rincon St, Corona, CA 92879, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corona-CA-guild-mortgage-co').style.display = '';map = new google.maps.Map(document.getElementById('corona-CA-guild-mortgage-co'), mapOptions);}document.getElementById('c3f9f6f6').innerHTML += ' | View Map';var $ld14fb78b80ddb594f036d2227e4f20c8 = '

Guild Mortgage Co

Address: 355 E Rincon St, Corona, CA 92879, USA
Phone: (951) 340-0223
';var m_d14fb78b80ddb594f036d2227e4f20c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guild Mortgage Co',});m_d14fb78b80ddb594f036d2227e4f20c8['infowindow'] = new google.maps.InfoWindow({content: $ld14fb78b80ddb594f036d2227e4f20c8});var infowindow = new google.maps.InfoWindow({content: $ld14fb78b80ddb594f036d2227e4f20c8});google.maps.event.addListener(m_d14fb78b80ddb594f036d2227e4f20c8, 'click', function() {infowindow.open(map,m_d14fb78b80ddb594f036d2227e4f20c8);});$marker.push(m_d14fb78b80ddb594f036d2227e4f20c8);}});}google.maps.event.addDomListener(window, 'load', initialize);