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.7934,-122.401)};var g_8f37d35601db1ec603ddcd88d874e73e = new google.maps.Geocoder();g_8f37d35601db1ec603ddcd88d874e73e.geocode( { 'address': "350 California St #6, San Francisco, CA 94104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-francisco-CA-atm-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-francisco-CA-atm-union-bank'), mapOptions);}document.getElementById('b0e81d05').innerHTML += ' | View Map';var $l8f37d35601db1ec603ddcd88d874e73e = '

ATM (Union Bank)

Address: 350 California St #6, San Francisco, CA 94104, USA
Phone: (800) 728-6466
';var m_8f37d35601db1ec603ddcd88d874e73e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Union Bank)',});m_8f37d35601db1ec603ddcd88d874e73e['infowindow'] = new google.maps.InfoWindow({content: $l8f37d35601db1ec603ddcd88d874e73e});var infowindow = new google.maps.InfoWindow({content: $l8f37d35601db1ec603ddcd88d874e73e});google.maps.event.addListener(m_8f37d35601db1ec603ddcd88d874e73e, 'click', function() {infowindow.open(map,m_8f37d35601db1ec603ddcd88d874e73e);});$marker.push(m_8f37d35601db1ec603ddcd88d874e73e);}});}google.maps.event.addDomListener(window, 'load', initialize);