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(38.7394,-121.225)};var g_7713935a3e4c65f30fcc6b064f212051 = new google.maps.Geocoder();g_7713935a3e4c65f30fcc6b064f212051.geocode( { 'address': "8781 Sierra College Blvd, Roseville, CA 95661, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roseville-CA-paramount-equity-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('roseville-CA-paramount-equity-mortgage'), mapOptions);}document.getElementById('583ac5ef').innerHTML += ' | View Map';var $l7713935a3e4c65f30fcc6b064f212051 = '

Paramount Equity Mortgage

Address: 8781 Sierra College Blvd, Roseville, CA 95661, USA
Phone: (855) 333-5336
';var m_7713935a3e4c65f30fcc6b064f212051 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Paramount Equity Mortgage',});m_7713935a3e4c65f30fcc6b064f212051['infowindow'] = new google.maps.InfoWindow({content: $l7713935a3e4c65f30fcc6b064f212051});var infowindow = new google.maps.InfoWindow({content: $l7713935a3e4c65f30fcc6b064f212051});google.maps.event.addListener(m_7713935a3e4c65f30fcc6b064f212051, 'click', function() {infowindow.open(map,m_7713935a3e4c65f30fcc6b064f212051);});$marker.push(m_7713935a3e4c65f30fcc6b064f212051);}});}google.maps.event.addDomListener(window, 'load', initialize);