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.576,-121.308)};var g_2d2de08a7939c8cc89358d52b13f9df3 = new google.maps.Geocoder();g_2d2de08a7939c8cc89358d52b13f9df3.geocode( { 'address': "3279 Ramos Cir, Sacramento, CA 95827, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-vision-one-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-vision-one-credit-union'), mapOptions);}document.getElementById('fc34738f').innerHTML += ' | View Map';var $l2d2de08a7939c8cc89358d52b13f9df3 = '

Vision One Credit Union

Address: 3279 Ramos Cir, Sacramento, CA 95827, USA
Phone: (916) 363-4293
';var m_2d2de08a7939c8cc89358d52b13f9df3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vision One Credit Union',});m_2d2de08a7939c8cc89358d52b13f9df3['infowindow'] = new google.maps.InfoWindow({content: $l2d2de08a7939c8cc89358d52b13f9df3});var infowindow = new google.maps.InfoWindow({content: $l2d2de08a7939c8cc89358d52b13f9df3});google.maps.event.addListener(m_2d2de08a7939c8cc89358d52b13f9df3, 'click', function() {infowindow.open(map,m_2d2de08a7939c8cc89358d52b13f9df3);});$marker.push(m_2d2de08a7939c8cc89358d52b13f9df3);}});}google.maps.event.addDomListener(window, 'load', initialize);