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(37.7762,-121.966)};var g_bc73ec37c0f797c03cdbd616351aebc9 = new google.maps.Geocoder();g_bc73ec37c0f797c03cdbd616351aebc9.geocode( { 'address': "2301 Camino Ramon # 260, San Ramon, CA 94583, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-ramon-CA-provident-funding').style.display = '';map = new google.maps.Map(document.getElementById('san-ramon-CA-provident-funding'), mapOptions);}document.getElementById('c0768bb1').innerHTML += ' | View Map';var $lbc73ec37c0f797c03cdbd616351aebc9 = '

Provident Funding

Address: 2301 Camino Ramon # 260, San Ramon, CA 94583, USA
Phone: (925) 242-0511
';var m_bc73ec37c0f797c03cdbd616351aebc9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Provident Funding',});m_bc73ec37c0f797c03cdbd616351aebc9['infowindow'] = new google.maps.InfoWindow({content: $lbc73ec37c0f797c03cdbd616351aebc9});var infowindow = new google.maps.InfoWindow({content: $lbc73ec37c0f797c03cdbd616351aebc9});google.maps.event.addListener(m_bc73ec37c0f797c03cdbd616351aebc9, 'click', function() {infowindow.open(map,m_bc73ec37c0f797c03cdbd616351aebc9);});$marker.push(m_bc73ec37c0f797c03cdbd616351aebc9);}});}google.maps.event.addDomListener(window, 'load', initialize);