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.6319,-121.21)};var g_5305b2b058eca6149da6c593c6c30c0f = new google.maps.Geocoder();g_5305b2b058eca6149da6c593c6c30c0f.geocode( { 'address': "12519 Folsom Blvd, Rancho Cordova, CA 95742, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rancho-cordova-CA-safe-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('rancho-cordova-CA-safe-credit-union'), mapOptions);}document.getElementById('c41efe43').innerHTML += ' | View Map';var $l5305b2b058eca6149da6c593c6c30c0f = '

SAFE Credit Union

Address: 12519 Folsom Blvd, Rancho Cordova, CA 95742, USA
Phone: (916) 979-7233
';var m_5305b2b058eca6149da6c593c6c30c0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SAFE Credit Union',});m_5305b2b058eca6149da6c593c6c30c0f['infowindow'] = new google.maps.InfoWindow({content: $l5305b2b058eca6149da6c593c6c30c0f});var infowindow = new google.maps.InfoWindow({content: $l5305b2b058eca6149da6c593c6c30c0f});google.maps.event.addListener(m_5305b2b058eca6149da6c593c6c30c0f, 'click', function() {infowindow.open(map,m_5305b2b058eca6149da6c593c6c30c0f);});$marker.push(m_5305b2b058eca6149da6c593c6c30c0f);}});}google.maps.event.addDomListener(window, 'load', initialize);