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.6637,-121.262)};var g_5f6abd385d99e9f508320ab4cca07f28 = new google.maps.Geocoder();g_5f6abd385d99e9f508320ab4cca07f28.geocode( { 'address': "8100 Madison Ave, Fair Oaks, CA 95628, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fair-oaks-CA-sacramento-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fair-oaks-CA-sacramento-credit-union'), mapOptions);}document.getElementById('8a450b7b').innerHTML += ' | View Map';var $l5f6abd385d99e9f508320ab4cca07f28 = '

Sacramento Credit Union

Address: 8100 Madison Ave, Fair Oaks, CA 95628, USA
Phone: (916) 444-6070
';var m_5f6abd385d99e9f508320ab4cca07f28 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sacramento Credit Union',});m_5f6abd385d99e9f508320ab4cca07f28['infowindow'] = new google.maps.InfoWindow({content: $l5f6abd385d99e9f508320ab4cca07f28});var infowindow = new google.maps.InfoWindow({content: $l5f6abd385d99e9f508320ab4cca07f28});google.maps.event.addListener(m_5f6abd385d99e9f508320ab4cca07f28, 'click', function() {infowindow.open(map,m_5f6abd385d99e9f508320ab4cca07f28);});$marker.push(m_5f6abd385d99e9f508320ab4cca07f28);}});}google.maps.event.addDomListener(window, 'load', initialize);