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.4226,-121.403)};var g_c95cc46241ef3cf7215865c5e7fe82b3 = new google.maps.Geocoder();g_c95cc46241ef3cf7215865c5e7fe82b3.geocode( { 'address': "8255 Laguna Blvd #180, Elk Grove, CA 95758, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elk-grove-CA-schools-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('elk-grove-CA-schools-financial-credit-union'), mapOptions);}document.getElementById('cd804c4b').innerHTML += ' | View Map';var $lc95cc46241ef3cf7215865c5e7fe82b3 = '

Schools Financial Credit Union

Address: 8255 Laguna Blvd #180, Elk Grove, CA 95758, USA
Phone: (916) 569-5400
';var m_c95cc46241ef3cf7215865c5e7fe82b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Schools Financial Credit Union',});m_c95cc46241ef3cf7215865c5e7fe82b3['infowindow'] = new google.maps.InfoWindow({content: $lc95cc46241ef3cf7215865c5e7fe82b3});var infowindow = new google.maps.InfoWindow({content: $lc95cc46241ef3cf7215865c5e7fe82b3});google.maps.event.addListener(m_c95cc46241ef3cf7215865c5e7fe82b3, 'click', function() {infowindow.open(map,m_c95cc46241ef3cf7215865c5e7fe82b3);});$marker.push(m_c95cc46241ef3cf7215865c5e7fe82b3);}});}google.maps.event.addDomListener(window, 'load', initialize);