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.7436,-121.237)};var g_726f2e6f2d9a04397c656d3702d428ef = new google.maps.Geocoder();g_726f2e6f2d9a04397c656d3702d428ef.geocode( { 'address': "2998 Douglas Blvd #105, Roseville, CA 95661, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roseville-CA-provident-bank-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('roseville-CA-provident-bank-mortgage'), mapOptions);}document.getElementById('b3c6711e').innerHTML += ' | View Map';var $l726f2e6f2d9a04397c656d3702d428ef = '

Provident Bank Mortgage

Address: 2998 Douglas Blvd #105, Roseville, CA 95661, USA
Phone: (916) 746-2500
';var m_726f2e6f2d9a04397c656d3702d428ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Provident Bank Mortgage',});m_726f2e6f2d9a04397c656d3702d428ef['infowindow'] = new google.maps.InfoWindow({content: $l726f2e6f2d9a04397c656d3702d428ef});var infowindow = new google.maps.InfoWindow({content: $l726f2e6f2d9a04397c656d3702d428ef});google.maps.event.addListener(m_726f2e6f2d9a04397c656d3702d428ef, 'click', function() {infowindow.open(map,m_726f2e6f2d9a04397c656d3702d428ef);});$marker.push(m_726f2e6f2d9a04397c656d3702d428ef);}});}google.maps.event.addDomListener(window, 'load', initialize);