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.1259,-87.6296)};var g_7a185cf1dc694f59ed4f6e0ea1b5f56f = new google.maps.Geocoder();g_7a185cf1dc694f59ed4f6e0ea1b5f56f.geocode( { 'address': "45 N Vermilion St, Danville, IL 61832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-IL-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('danville-IL-world-finance-corporation'), mapOptions);}document.getElementById('ec8b5231').innerHTML += ' | View Map';var $l7a185cf1dc694f59ed4f6e0ea1b5f56f = '

World Finance Corporation

Address: 45 N Vermilion St, Danville, IL 61832, USA
Phone: (217) 446-4264
';var m_7a185cf1dc694f59ed4f6e0ea1b5f56f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_7a185cf1dc694f59ed4f6e0ea1b5f56f['infowindow'] = new google.maps.InfoWindow({content: $l7a185cf1dc694f59ed4f6e0ea1b5f56f});var infowindow = new google.maps.InfoWindow({content: $l7a185cf1dc694f59ed4f6e0ea1b5f56f});google.maps.event.addListener(m_7a185cf1dc694f59ed4f6e0ea1b5f56f, 'click', function() {infowindow.open(map,m_7a185cf1dc694f59ed4f6e0ea1b5f56f);});$marker.push(m_7a185cf1dc694f59ed4f6e0ea1b5f56f);}});}google.maps.event.addDomListener(window, 'load', initialize);