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.6357,-121.43)};var g_4c07d64072ebe0d0a50db8dc63fa8693 = new google.maps.Geocoder();g_4c07d64072ebe0d0a50db8dc63fa8693.geocode( { 'address': "3725 Marysville Blvd, Sacramento, CA 95838, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-safe-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-safe-credit-union-atm'), mapOptions);}document.getElementById('7af77a56').innerHTML += ' | View Map';var $l4c07d64072ebe0d0a50db8dc63fa8693 = '

SAFE Credit Union ATM

Address: 3725 Marysville Blvd, Sacramento, CA 95838, USA
Phone: (800) 733-7233
';var m_4c07d64072ebe0d0a50db8dc63fa8693 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SAFE Credit Union ATM',});m_4c07d64072ebe0d0a50db8dc63fa8693['infowindow'] = new google.maps.InfoWindow({content: $l4c07d64072ebe0d0a50db8dc63fa8693});var infowindow = new google.maps.InfoWindow({content: $l4c07d64072ebe0d0a50db8dc63fa8693});google.maps.event.addListener(m_4c07d64072ebe0d0a50db8dc63fa8693, 'click', function() {infowindow.open(map,m_4c07d64072ebe0d0a50db8dc63fa8693);});$marker.push(m_4c07d64072ebe0d0a50db8dc63fa8693);}});}google.maps.event.addDomListener(window, 'load', initialize);