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.9117,-117.56)};var g_32d8b4f62ab5c99d3f17beac987f6f01 = new google.maps.Geocoder();g_32d8b4f62ab5c99d3f17beac987f6f01.geocode( { 'address': "2055 Hamner Ave, Norco, CA 92860, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norco-CA-mortgage-guild').style.display = '';map = new google.maps.Map(document.getElementById('norco-CA-mortgage-guild'), mapOptions);}document.getElementById('aff944e4').innerHTML += ' | View Map';var $l32d8b4f62ab5c99d3f17beac987f6f01 = '

Mortgage Guild

Address: 2055 Hamner Ave, Norco, CA 92860, USA
Phone: (951) 735-1710
';var m_32d8b4f62ab5c99d3f17beac987f6f01 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage Guild',});m_32d8b4f62ab5c99d3f17beac987f6f01['infowindow'] = new google.maps.InfoWindow({content: $l32d8b4f62ab5c99d3f17beac987f6f01});var infowindow = new google.maps.InfoWindow({content: $l32d8b4f62ab5c99d3f17beac987f6f01});google.maps.event.addListener(m_32d8b4f62ab5c99d3f17beac987f6f01, 'click', function() {infowindow.open(map,m_32d8b4f62ab5c99d3f17beac987f6f01);});$marker.push(m_32d8b4f62ab5c99d3f17beac987f6f01);}});}google.maps.event.addDomListener(window, 'load', initialize);