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.7771,-122.417)};var g_08b1366504a4a5a1e679e2eaad38b595 = new google.maps.Geocoder();g_08b1366504a4a5a1e679e2eaad38b595.geocode( { 'address': "1250 Noriega St, San Francisco, CA 94122"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-francisco-CA-bank-of-east-asia').style.display = '';map = new google.maps.Map(document.getElementById('san-francisco-CA-bank-of-east-asia'), mapOptions);}document.getElementById('3041ec0f').innerHTML += ' | View Map';var $l08b1366504a4a5a1e679e2eaad38b595 = '

Bank of East Asia

Address: 1250 Noriega St, San Francisco, CA 94122
Phone: (415) 665-8877
';var m_08b1366504a4a5a1e679e2eaad38b595 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of East Asia',});m_08b1366504a4a5a1e679e2eaad38b595['infowindow'] = new google.maps.InfoWindow({content: $l08b1366504a4a5a1e679e2eaad38b595});var infowindow = new google.maps.InfoWindow({content: $l08b1366504a4a5a1e679e2eaad38b595});google.maps.event.addListener(m_08b1366504a4a5a1e679e2eaad38b595, 'click', function() {infowindow.open(map,m_08b1366504a4a5a1e679e2eaad38b595);});$marker.push(m_08b1366504a4a5a1e679e2eaad38b595);}});}google.maps.event.addDomListener(window, 'load', initialize);