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_d74fae468b41a43f1bca26b0da7d46e9 = new google.maps.Geocoder();g_d74fae468b41a43f1bca26b0da7d46e9.geocode( { 'address': "9699 Sierra Ave, Fontana, CA 92335"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fontana-CA-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('fontana-CA-community-bank'), mapOptions);}document.getElementById('de981eda').innerHTML += ' | View Map';var $ld74fae468b41a43f1bca26b0da7d46e9 = '

Community Bank

Address: 9699 Sierra Ave, Fontana, CA 92335
Phone: (909) 350-0519
';var m_d74fae468b41a43f1bca26b0da7d46e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_d74fae468b41a43f1bca26b0da7d46e9['infowindow'] = new google.maps.InfoWindow({content: $ld74fae468b41a43f1bca26b0da7d46e9});var infowindow = new google.maps.InfoWindow({content: $ld74fae468b41a43f1bca26b0da7d46e9});google.maps.event.addListener(m_d74fae468b41a43f1bca26b0da7d46e9, 'click', function() {infowindow.open(map,m_d74fae468b41a43f1bca26b0da7d46e9);});$marker.push(m_d74fae468b41a43f1bca26b0da7d46e9);}});}google.maps.event.addDomListener(window, 'load', initialize);