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.2808,-121.95)};var g_c84ea181faa023c1042a413ba4ad078b = new google.maps.Geocoder();g_c84ea181faa023c1042a413ba4ad078b.geocode( { 'address': "2335 S Winchester Blvd, Campbell, CA 95008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('campbell-CA-patelco-atm').style.display = '';map = new google.maps.Map(document.getElementById('campbell-CA-patelco-atm'), mapOptions);}document.getElementById('e6e62827').innerHTML += ' | View Map';var $lc84ea181faa023c1042a413ba4ad078b = '

Patelco Atm

Address: 2335 S Winchester Blvd, Campbell, CA 95008, USA
Phone:
';var m_c84ea181faa023c1042a413ba4ad078b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Patelco Atm',});m_c84ea181faa023c1042a413ba4ad078b['infowindow'] = new google.maps.InfoWindow({content: $lc84ea181faa023c1042a413ba4ad078b});var infowindow = new google.maps.InfoWindow({content: $lc84ea181faa023c1042a413ba4ad078b});google.maps.event.addListener(m_c84ea181faa023c1042a413ba4ad078b, 'click', function() {infowindow.open(map,m_c84ea181faa023c1042a413ba4ad078b);});$marker.push(m_c84ea181faa023c1042a413ba4ad078b);}});}google.maps.event.addDomListener(window, 'load', initialize);