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.654,-122.434)};var g_b363e806303c286d31c767d7a59ea62a = new google.maps.Geocoder();g_b363e806303c286d31c767d7a59ea62a.geocode( { 'address': "955 El Camino Real, South San Francisco, CA 94080, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-san-francisco-CA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('south-san-francisco-CA-bank-of-america'), mapOptions);}document.getElementById('3657fdc7').innerHTML += ' | View Map';var $lb363e806303c286d31c767d7a59ea62a = '

Bank of America

Address: 955 El Camino Real, South San Francisco, CA 94080, USA
Phone: (650) 742-8053
';var m_b363e806303c286d31c767d7a59ea62a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_b363e806303c286d31c767d7a59ea62a['infowindow'] = new google.maps.InfoWindow({content: $lb363e806303c286d31c767d7a59ea62a});var infowindow = new google.maps.InfoWindow({content: $lb363e806303c286d31c767d7a59ea62a});google.maps.event.addListener(m_b363e806303c286d31c767d7a59ea62a, 'click', function() {infowindow.open(map,m_b363e806303c286d31c767d7a59ea62a);});$marker.push(m_b363e806303c286d31c767d7a59ea62a);}});}google.maps.event.addDomListener(window, 'load', initialize);