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.2922,-121.992)};var g_bd8ca71010b37390c3a537f1ec4de1ca = new google.maps.Geocoder();g_bd8ca71010b37390c3a537f1ec4de1ca.geocode( { 'address': "1695 Saratoga Ave, San Jose, CA 95129, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-bank-of-america-atm').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-bank-of-america-atm'), mapOptions);}document.getElementById('e7bc0287').innerHTML += ' | View Map';var $lbd8ca71010b37390c3a537f1ec4de1ca = '

Bank of America ATM

Address: 1695 Saratoga Ave, San Jose, CA 95129, USA
Phone: (408) 725-4200
';var m_bd8ca71010b37390c3a537f1ec4de1ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America ATM',});m_bd8ca71010b37390c3a537f1ec4de1ca['infowindow'] = new google.maps.InfoWindow({content: $lbd8ca71010b37390c3a537f1ec4de1ca});var infowindow = new google.maps.InfoWindow({content: $lbd8ca71010b37390c3a537f1ec4de1ca});google.maps.event.addListener(m_bd8ca71010b37390c3a537f1ec4de1ca, 'click', function() {infowindow.open(map,m_bd8ca71010b37390c3a537f1ec4de1ca);});$marker.push(m_bd8ca71010b37390c3a537f1ec4de1ca);}});var g_b6fa00ab976c3e53ceb55f9114ccec9f = new google.maps.Geocoder();g_b6fa00ab976c3e53ceb55f9114ccec9f.geocode( { 'address': "971 Blossom Hill Rd, San Jose, CA 95123, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-bank-of-america-atm').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-bank-of-america-atm'), mapOptions);}document.getElementById('8215fe10').innerHTML += ' | View Map';var $lb6fa00ab976c3e53ceb55f9114ccec9f = '

Bank of America ATM

Address: 971 Blossom Hill Rd, San Jose, CA 95123, USA
Phone: (408) 363-6097
';var m_b6fa00ab976c3e53ceb55f9114ccec9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America ATM',});m_b6fa00ab976c3e53ceb55f9114ccec9f['infowindow'] = new google.maps.InfoWindow({content: $lb6fa00ab976c3e53ceb55f9114ccec9f});var infowindow = new google.maps.InfoWindow({content: $lb6fa00ab976c3e53ceb55f9114ccec9f});google.maps.event.addListener(m_b6fa00ab976c3e53ceb55f9114ccec9f, 'click', function() {infowindow.open(map,m_b6fa00ab976c3e53ceb55f9114ccec9f);});$marker.push(m_b6fa00ab976c3e53ceb55f9114ccec9f);}});}google.maps.event.addDomListener(window, 'load', initialize);