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(33.975,-117.559)};var g_e3eaf60a266715fdb701939697204f3a = new google.maps.Geocoder();g_e3eaf60a266715fdb701939697204f3a.geocode( { 'address': "12612 Limonite Ave, Corona, CA 92880, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corona-CA-us-bank-atm---mira-loma').style.display = '';map = new google.maps.Map(document.getElementById('corona-CA-us-bank-atm---mira-loma'), mapOptions);}document.getElementById('633d8d22').innerHTML += ' | View Map';var $le3eaf60a266715fdb701939697204f3a = '

U.S. Bank ATM - Mira Loma

Address: 12612 Limonite Ave, Corona, CA 92880, USA
Phone: (800) 872-2657
';var m_e3eaf60a266715fdb701939697204f3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Mira Loma',});m_e3eaf60a266715fdb701939697204f3a['infowindow'] = new google.maps.InfoWindow({content: $le3eaf60a266715fdb701939697204f3a});var infowindow = new google.maps.InfoWindow({content: $le3eaf60a266715fdb701939697204f3a});google.maps.event.addListener(m_e3eaf60a266715fdb701939697204f3a, 'click', function() {infowindow.open(map,m_e3eaf60a266715fdb701939697204f3a);});$marker.push(m_e3eaf60a266715fdb701939697204f3a);}});}google.maps.event.addDomListener(window, 'load', initialize);