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.0922,-117.461)};var g_98fea99aafdeaf301e69d074e0b9775c = new google.maps.Geocoder();g_98fea99aafdeaf301e69d074e0b9775c.geocode( { 'address': "7400 Cherry Ave, Fontana, CA 92336"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fontana-CA-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('fontana-CA-u-s-bank'), mapOptions);}document.getElementById('13c10f57').innerHTML += ' | View Map';var $l98fea99aafdeaf301e69d074e0b9775c = '

U.S. Bank

Address: 7400 Cherry Ave, Fontana, CA 92336
Phone: (909) 357-4187
';var m_98fea99aafdeaf301e69d074e0b9775c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_98fea99aafdeaf301e69d074e0b9775c['infowindow'] = new google.maps.InfoWindow({content: $l98fea99aafdeaf301e69d074e0b9775c});var infowindow = new google.maps.InfoWindow({content: $l98fea99aafdeaf301e69d074e0b9775c});google.maps.event.addListener(m_98fea99aafdeaf301e69d074e0b9775c, 'click', function() {infowindow.open(map,m_98fea99aafdeaf301e69d074e0b9775c);});$marker.push(m_98fea99aafdeaf301e69d074e0b9775c);}});}google.maps.event.addDomListener(window, 'load', initialize);