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.625,-122.432)};var g_f2b5337a076c0be3ccd09fdcfc651601 = new google.maps.Geocoder();g_f2b5337a076c0be3ccd09fdcfc651601.geocode( { 'address': "1322 El Camino Real, San Bruno, CA 94066"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-bruno-CA-bank-of-america-atm').style.display = '';map = new google.maps.Map(document.getElementById('san-bruno-CA-bank-of-america-atm'), mapOptions);}document.getElementById('4987c83c').innerHTML += ' | View Map';var $lf2b5337a076c0be3ccd09fdcfc651601 = '

Bank of America ATM

Address: 1322 El Camino Real, San Bruno, CA 94066
Phone: 8006228731bank650742
';var m_f2b5337a076c0be3ccd09fdcfc651601 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America ATM',});m_f2b5337a076c0be3ccd09fdcfc651601['infowindow'] = new google.maps.InfoWindow({content: $lf2b5337a076c0be3ccd09fdcfc651601});var infowindow = new google.maps.InfoWindow({content: $lf2b5337a076c0be3ccd09fdcfc651601});google.maps.event.addListener(m_f2b5337a076c0be3ccd09fdcfc651601, 'click', function() {infowindow.open(map,m_f2b5337a076c0be3ccd09fdcfc651601);});$marker.push(m_f2b5337a076c0be3ccd09fdcfc651601);}});}google.maps.event.addDomListener(window, 'load', initialize);