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(40.559,-90.0348)};var g_2e39c139e8e42feaca43196f58066769 = new google.maps.Geocoder();g_2e39c139e8e42feaca43196f58066769.geocode( { 'address': "245 N Main St, Canton, IL 61520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-IL-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('canton-IL-wells-fargo-bank'), mapOptions);}document.getElementById('398afc10').innerHTML += ' | View Map';var $l2e39c139e8e42feaca43196f58066769 = '

Wells Fargo Bank

Address: 245 N Main St, Canton, IL 61520, USA
Phone: (309) 647-5380
';var m_2e39c139e8e42feaca43196f58066769 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_2e39c139e8e42feaca43196f58066769['infowindow'] = new google.maps.InfoWindow({content: $l2e39c139e8e42feaca43196f58066769});var infowindow = new google.maps.InfoWindow({content: $l2e39c139e8e42feaca43196f58066769});google.maps.event.addListener(m_2e39c139e8e42feaca43196f58066769, 'click', function() {infowindow.open(map,m_2e39c139e8e42feaca43196f58066769);});$marker.push(m_2e39c139e8e42feaca43196f58066769);}});}google.maps.event.addDomListener(window, 'load', initialize);