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.3375,-121.976)};var g_d60f2d5d05b4c46d470d5cbd5d1fb252 = new google.maps.Geocoder();g_d60f2d5d05b4c46d470d5cbd5d1fb252.geocode( { 'address': "2792 Homestead Rd, Santa Clara, CA 95051, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-clara-CA-atm-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('santa-clara-CA-atm-wells-fargo-bank'), mapOptions);}document.getElementById('19c2ba06').innerHTML += ' | View Map';var $ld60f2d5d05b4c46d470d5cbd5d1fb252 = '

ATM (Wells Fargo Bank)

Address: 2792 Homestead Rd, Santa Clara, CA 95051, USA
Phone: (408) 277-6646
';var m_d60f2d5d05b4c46d470d5cbd5d1fb252 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Wells Fargo Bank)',});m_d60f2d5d05b4c46d470d5cbd5d1fb252['infowindow'] = new google.maps.InfoWindow({content: $ld60f2d5d05b4c46d470d5cbd5d1fb252});var infowindow = new google.maps.InfoWindow({content: $ld60f2d5d05b4c46d470d5cbd5d1fb252});google.maps.event.addListener(m_d60f2d5d05b4c46d470d5cbd5d1fb252, 'click', function() {infowindow.open(map,m_d60f2d5d05b4c46d470d5cbd5d1fb252);});$marker.push(m_d60f2d5d05b4c46d470d5cbd5d1fb252);}});}google.maps.event.addDomListener(window, 'load', initialize);