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(34.1199,-117.49)};var g_cd9f10fc82ad8f959259fbee130e84d7 = new google.maps.Geocoder();g_cd9f10fc82ad8f959259fbee130e84d7.geocode( { 'address': "7390 Cherry Ave, Fontana, CA 92336, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fontana-CA-us-bank-atm---cherry-avenue---vons').style.display = '';map = new google.maps.Map(document.getElementById('fontana-CA-us-bank-atm---cherry-avenue---vons'), mapOptions);}document.getElementById('72204248').innerHTML += ' | View Map';var $lcd9f10fc82ad8f959259fbee130e84d7 = '

U.S. Bank ATM - Cherry Avenue - Vons

Address: 7390 Cherry Ave, Fontana, CA 92336, USA
Phone: (800) 872-2657
';var m_cd9f10fc82ad8f959259fbee130e84d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Cherry Avenue - Vons',});m_cd9f10fc82ad8f959259fbee130e84d7['infowindow'] = new google.maps.InfoWindow({content: $lcd9f10fc82ad8f959259fbee130e84d7});var infowindow = new google.maps.InfoWindow({content: $lcd9f10fc82ad8f959259fbee130e84d7});google.maps.event.addListener(m_cd9f10fc82ad8f959259fbee130e84d7, 'click', function() {infowindow.open(map,m_cd9f10fc82ad8f959259fbee130e84d7);});$marker.push(m_cd9f10fc82ad8f959259fbee130e84d7);}});}google.maps.event.addDomListener(window, 'load', initialize);