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.9559,-117.394)};var g_746e671f048727bd0f8326331f75807f = new google.maps.Geocoder();g_746e671f048727bd0f8326331f75807f.geocode( { 'address': "6370 Magnolia Ave #300, Riverside, CA 92506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('riverside-CA-primary-residential-mortgage-inc---branch-4204').style.display = '';map = new google.maps.Map(document.getElementById('riverside-CA-primary-residential-mortgage-inc---branch-4204'), mapOptions);}document.getElementById('eadead97').innerHTML += ' | View Map';var $l746e671f048727bd0f8326331f75807f = '

Primary Residential Mortgage, Inc. - Branch 4204

Address: 6370 Magnolia Ave #300, Riverside, CA 92506, USA
Phone: (951) 777-2991
';var m_746e671f048727bd0f8326331f75807f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Primary Residential Mortgage, Inc. - Branch 4204',});m_746e671f048727bd0f8326331f75807f['infowindow'] = new google.maps.InfoWindow({content: $l746e671f048727bd0f8326331f75807f});var infowindow = new google.maps.InfoWindow({content: $l746e671f048727bd0f8326331f75807f});google.maps.event.addListener(m_746e671f048727bd0f8326331f75807f, 'click', function() {infowindow.open(map,m_746e671f048727bd0f8326331f75807f);});$marker.push(m_746e671f048727bd0f8326331f75807f);}});}google.maps.event.addDomListener(window, 'load', initialize);