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.3373,-121.88)};var g_76a11b1206e1851f19997bb693395658 = new google.maps.Geocoder();g_76a11b1206e1851f19997bb693395658.geocode( { 'address': "140 S 9th St, San Jose, CA 95112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-bank-of-the-west-atm').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-bank-of-the-west-atm'), mapOptions);}document.getElementById('8c046c3e').innerHTML += ' | View Map';var $l76a11b1206e1851f19997bb693395658 = '

Bank of the West ATM

Address: 140 S 9th St, San Jose, CA 95112, USA
Phone: (800) 488-2265
';var m_76a11b1206e1851f19997bb693395658 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West ATM',});m_76a11b1206e1851f19997bb693395658['infowindow'] = new google.maps.InfoWindow({content: $l76a11b1206e1851f19997bb693395658});var infowindow = new google.maps.InfoWindow({content: $l76a11b1206e1851f19997bb693395658});google.maps.event.addListener(m_76a11b1206e1851f19997bb693395658, 'click', function() {infowindow.open(map,m_76a11b1206e1851f19997bb693395658);});$marker.push(m_76a11b1206e1851f19997bb693395658);}});}google.maps.event.addDomListener(window, 'load', initialize);