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(34.0776,-117.888)};var g_50036c1a314d0ac1e435d462d2fa834c = new google.maps.Geocoder();g_50036c1a314d0ac1e435d462d2fa834c.geocode( { 'address': "658 Shoppers Ln, Covina, CA 91723, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covina-CA-royal-homes--loans').style.display = '';map = new google.maps.Map(document.getElementById('covina-CA-royal-homes--loans'), mapOptions);}document.getElementById('d8b7436f').innerHTML += ' | View Map';var $l50036c1a314d0ac1e435d462d2fa834c = '

Royal Homes & Loans

Address: 658 Shoppers Ln, Covina, CA 91723, USA
Phone: (626) 915-8031
';var m_50036c1a314d0ac1e435d462d2fa834c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Royal Homes & Loans',});m_50036c1a314d0ac1e435d462d2fa834c['infowindow'] = new google.maps.InfoWindow({content: $l50036c1a314d0ac1e435d462d2fa834c});var infowindow = new google.maps.InfoWindow({content: $l50036c1a314d0ac1e435d462d2fa834c});google.maps.event.addListener(m_50036c1a314d0ac1e435d462d2fa834c, 'click', function() {infowindow.open(map,m_50036c1a314d0ac1e435d462d2fa834c);});$marker.push(m_50036c1a314d0ac1e435d462d2fa834c);}});}google.maps.event.addDomListener(window, 'load', initialize);