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.2871,-121.931)};var g_9225126933a4e7d9ed84c9077b21450c = new google.maps.Geocoder();g_9225126933a4e7d9ed84c9077b21450c.geocode( { 'address': "1998 S Bascom Ave, Campbell, CA 95008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('campbell-CA-us-bank-poonam-goyal').style.display = '';map = new google.maps.Map(document.getElementById('campbell-CA-us-bank-poonam-goyal'), mapOptions);}document.getElementById('2a6f6ba2').innerHTML += ' | View Map';var $l9225126933a4e7d9ed84c9077b21450c = '

U.S. Bank: Poonam Goyal

Address: 1998 S Bascom Ave, Campbell, CA 95008, USA
Phone: (408) 868-9428
';var m_9225126933a4e7d9ed84c9077b21450c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank: Poonam Goyal',});m_9225126933a4e7d9ed84c9077b21450c['infowindow'] = new google.maps.InfoWindow({content: $l9225126933a4e7d9ed84c9077b21450c});var infowindow = new google.maps.InfoWindow({content: $l9225126933a4e7d9ed84c9077b21450c});google.maps.event.addListener(m_9225126933a4e7d9ed84c9077b21450c, 'click', function() {infowindow.open(map,m_9225126933a4e7d9ed84c9077b21450c);});$marker.push(m_9225126933a4e7d9ed84c9077b21450c);}});}google.maps.event.addDomListener(window, 'load', initialize);