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.6454,-121.12)};var g_03bff91714bd96b57066016531994c36 = new google.maps.Geocoder();g_03bff91714bd96b57066016531994c36.geocode( { 'address': "2475 Iron Point Rd #110, Folsom, CA 95630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('folsom-CA-provident-credit-union-folsom-community-branch').style.display = '';map = new google.maps.Map(document.getElementById('folsom-CA-provident-credit-union-folsom-community-branch'), mapOptions);}document.getElementById('23b0d1d9').innerHTML += ' | View Map';var $l03bff91714bd96b57066016531994c36 = '

Provident Credit Union (Folsom Community Branch)

Address: 2475 Iron Point Rd #110, Folsom, CA 95630, USA
Phone: (650) 508-0300
';var m_03bff91714bd96b57066016531994c36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Provident Credit Union (Folsom Community Branch)',});m_03bff91714bd96b57066016531994c36['infowindow'] = new google.maps.InfoWindow({content: $l03bff91714bd96b57066016531994c36});var infowindow = new google.maps.InfoWindow({content: $l03bff91714bd96b57066016531994c36});google.maps.event.addListener(m_03bff91714bd96b57066016531994c36, 'click', function() {infowindow.open(map,m_03bff91714bd96b57066016531994c36);});$marker.push(m_03bff91714bd96b57066016531994c36);}});}google.maps.event.addDomListener(window, 'load', initialize);