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.2783,-121.955)};var g_e049a1792a932e657fca698802e8b8eb = new google.maps.Geocoder();g_e049a1792a932e657fca698802e8b8eb.geocode( { 'address': "1999 S Bascom Ave, Campbell, CA 95008"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('campbell-CA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('campbell-CA-bank-of-america'), mapOptions);}document.getElementById('e75a9aa4').innerHTML += ' | View Map';var $le049a1792a932e657fca698802e8b8eb = '

Bank of America

Address: 1999 S Bascom Ave, Campbell, CA 95008
Phone: (408) 369-7873
';var m_e049a1792a932e657fca698802e8b8eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_e049a1792a932e657fca698802e8b8eb['infowindow'] = new google.maps.InfoWindow({content: $le049a1792a932e657fca698802e8b8eb});var infowindow = new google.maps.InfoWindow({content: $le049a1792a932e657fca698802e8b8eb});google.maps.event.addListener(m_e049a1792a932e657fca698802e8b8eb, 'click', function() {infowindow.open(map,m_e049a1792a932e657fca698802e8b8eb);});$marker.push(m_e049a1792a932e657fca698802e8b8eb);}});}google.maps.event.addDomListener(window, 'load', initialize);