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(35.2945,-120.671)};var g_9f2f1528d61b48e771447f12f61720ac = new google.maps.Geocoder();g_9f2f1528d61b48e771447f12f61720ac.geocode( { 'address': "University Square, 852 Foothill Blvd, San Luis Obispo, CA 93405, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-luis-obispo-CA-golden-1-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('san-luis-obispo-CA-golden-1-credit-union'), mapOptions);}document.getElementById('9bf1f8d5').innerHTML += ' | View Map';var $l9f2f1528d61b48e771447f12f61720ac = '

Golden 1 Credit Union

Address: University Square, 852 Foothill Blvd, San Luis Obispo, CA 93405, USA
Phone: (877) 465-3361
';var m_9f2f1528d61b48e771447f12f61720ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Golden 1 Credit Union',});m_9f2f1528d61b48e771447f12f61720ac['infowindow'] = new google.maps.InfoWindow({content: $l9f2f1528d61b48e771447f12f61720ac});var infowindow = new google.maps.InfoWindow({content: $l9f2f1528d61b48e771447f12f61720ac});google.maps.event.addListener(m_9f2f1528d61b48e771447f12f61720ac, 'click', function() {infowindow.open(map,m_9f2f1528d61b48e771447f12f61720ac);});$marker.push(m_9f2f1528d61b48e771447f12f61720ac);}});}google.maps.event.addDomListener(window, 'load', initialize);