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(37.7807,-122.421)};var g_51ca288c76680c05b4b590b194c26ce6 = new google.maps.Geocoder();g_51ca288c76680c05b4b590b194c26ce6.geocode( { 'address': "649 Golden Gate Ave, San Francisco, CA 94102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-francisco-CA-golden1-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('san-francisco-CA-golden1-credit-union-atm'), mapOptions);}document.getElementById('49284c25').innerHTML += ' | View Map';var $l51ca288c76680c05b4b590b194c26ce6 = '

Golden1 Credit Union ATM

Address: 649 Golden Gate Ave, San Francisco, CA 94102, USA
Phone:
';var m_51ca288c76680c05b4b590b194c26ce6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Golden1 Credit Union ATM',});m_51ca288c76680c05b4b590b194c26ce6['infowindow'] = new google.maps.InfoWindow({content: $l51ca288c76680c05b4b590b194c26ce6});var infowindow = new google.maps.InfoWindow({content: $l51ca288c76680c05b4b590b194c26ce6});google.maps.event.addListener(m_51ca288c76680c05b4b590b194c26ce6, 'click', function() {infowindow.open(map,m_51ca288c76680c05b4b590b194c26ce6);});$marker.push(m_51ca288c76680c05b4b590b194c26ce6);}});}google.maps.event.addDomListener(window, 'load', initialize);