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.6706,-121.168)};var g_cb20f533a8a2258b74e95b83855fc4b3 = new google.maps.Geocoder();g_cb20f533a8a2258b74e95b83855fc4b3.geocode( { 'address': "1010 Riley St #5, Folsom, CA 95630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('folsom-CA-schools-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('folsom-CA-schools-financial-credit-union'), mapOptions);}document.getElementById('08e32c8a').innerHTML += ' | View Map';var $lcb20f533a8a2258b74e95b83855fc4b3 = '

Schools Financial Credit Union

Address: 1010 Riley St #5, Folsom, CA 95630, USA
Phone: (916) 569-5400
';var m_cb20f533a8a2258b74e95b83855fc4b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Schools Financial Credit Union',});m_cb20f533a8a2258b74e95b83855fc4b3['infowindow'] = new google.maps.InfoWindow({content: $lcb20f533a8a2258b74e95b83855fc4b3});var infowindow = new google.maps.InfoWindow({content: $lcb20f533a8a2258b74e95b83855fc4b3});google.maps.event.addListener(m_cb20f533a8a2258b74e95b83855fc4b3, 'click', function() {infowindow.open(map,m_cb20f533a8a2258b74e95b83855fc4b3);});$marker.push(m_cb20f533a8a2258b74e95b83855fc4b3);}});}google.maps.event.addDomListener(window, 'load', initialize);