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.9763,-117.558)};var g_75d2c21a057a33fe9ef9f724166b47c5 = new google.maps.Geocoder();g_75d2c21a057a33fe9ef9f724166b47c5.geocode( { 'address': "6170 Hamner Ave, Mira Loma, CA 91752, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eastvale-CA-us-bank---limonite-and-hamner-vons-atm').style.display = '';map = new google.maps.Map(document.getElementById('eastvale-CA-us-bank---limonite-and-hamner-vons-atm'), mapOptions);}document.getElementById('d7e3da44').innerHTML += ' | View Map';var $l75d2c21a057a33fe9ef9f724166b47c5 = '

U.S. Bank - Limonite and Hamner Vons ATM

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