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.7788,-122.393)};var g_a6cf5b2ceafe0701ad680322d4bffa53 = new google.maps.Geocoder();g_a6cf5b2ceafe0701ad680322d4bffa53.geocode( { 'address': "200 Townsend St, San Francisco, CA 94107, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-francisco-CA-fremont-bank-san-francisco-branch').style.display = '';map = new google.maps.Map(document.getElementById('san-francisco-CA-fremont-bank-san-francisco-branch'), mapOptions);}document.getElementById('850b23e3').innerHTML += ' | View Map';var $la6cf5b2ceafe0701ad680322d4bffa53 = '

Fremont Bank San Francisco Branch

Address: 200 Townsend St, San Francisco, CA 94107, USA
Phone: (415) 489-4451
';var m_a6cf5b2ceafe0701ad680322d4bffa53 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fremont Bank San Francisco Branch',});m_a6cf5b2ceafe0701ad680322d4bffa53['infowindow'] = new google.maps.InfoWindow({content: $la6cf5b2ceafe0701ad680322d4bffa53});var infowindow = new google.maps.InfoWindow({content: $la6cf5b2ceafe0701ad680322d4bffa53});google.maps.event.addListener(m_a6cf5b2ceafe0701ad680322d4bffa53, 'click', function() {infowindow.open(map,m_a6cf5b2ceafe0701ad680322d4bffa53);});$marker.push(m_a6cf5b2ceafe0701ad680322d4bffa53);}});}google.maps.event.addDomListener(window, 'load', initialize);