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.6626,-121.226)};var g_219bca0424068065f16847266063c855 = new google.maps.Geocoder();g_219bca0424068065f16847266063c855.geocode( { 'address': "5261 Hazel Ave, Fair Oaks, CA 95628, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fair-oaks-CA-safe-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fair-oaks-CA-safe-credit-union'), mapOptions);}document.getElementById('609a9b89').innerHTML += ' | View Map';var $l219bca0424068065f16847266063c855 = '

SAFE Credit Union

Address: 5261 Hazel Ave, Fair Oaks, CA 95628, USA
Phone: (916) 979-7233
';var m_219bca0424068065f16847266063c855 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SAFE Credit Union',});m_219bca0424068065f16847266063c855['infowindow'] = new google.maps.InfoWindow({content: $l219bca0424068065f16847266063c855});var infowindow = new google.maps.InfoWindow({content: $l219bca0424068065f16847266063c855});google.maps.event.addListener(m_219bca0424068065f16847266063c855, 'click', function() {infowindow.open(map,m_219bca0424068065f16847266063c855);});$marker.push(m_219bca0424068065f16847266063c855);}});}google.maps.event.addDomListener(window, 'load', initialize);