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.5626,-90.0356)};var g_a7df54d31edd5b09273abf4306765f93 = new google.maps.Geocoder();g_a7df54d31edd5b09273abf4306765f93.geocode( { 'address': "526 N Main St, Canton, IL 61520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-IL-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('canton-IL-world-finance-corporation'), mapOptions);}document.getElementById('f66e6845').innerHTML += ' | View Map';var $la7df54d31edd5b09273abf4306765f93 = '

World Finance Corporation

Address: 526 N Main St, Canton, IL 61520, USA
Phone: (309) 649-3314
';var m_a7df54d31edd5b09273abf4306765f93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_a7df54d31edd5b09273abf4306765f93['infowindow'] = new google.maps.InfoWindow({content: $la7df54d31edd5b09273abf4306765f93});var infowindow = new google.maps.InfoWindow({content: $la7df54d31edd5b09273abf4306765f93});google.maps.event.addListener(m_a7df54d31edd5b09273abf4306765f93, 'click', function() {infowindow.open(map,m_a7df54d31edd5b09273abf4306765f93);});$marker.push(m_a7df54d31edd5b09273abf4306765f93);}});}google.maps.event.addDomListener(window, 'load', initialize);