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(42.2694,-88.8565)};var g_1dc06fb4db6f0ef3633e616a2a233e8c = new google.maps.Geocoder();g_1dc06fb4db6f0ef3633e616a2a233e8c.geocode( { 'address': "1464 N State St, Belvidere, IL 61008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belvidere-IL-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('belvidere-IL-world-finance-corporation'), mapOptions);}document.getElementById('95927319').innerHTML += ' | View Map';var $l1dc06fb4db6f0ef3633e616a2a233e8c = '

World Finance Corporation

Address: 1464 N State St, Belvidere, IL 61008, USA
Phone: (815) 544-0750
';var m_1dc06fb4db6f0ef3633e616a2a233e8c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_1dc06fb4db6f0ef3633e616a2a233e8c['infowindow'] = new google.maps.InfoWindow({content: $l1dc06fb4db6f0ef3633e616a2a233e8c});var infowindow = new google.maps.InfoWindow({content: $l1dc06fb4db6f0ef3633e616a2a233e8c});google.maps.event.addListener(m_1dc06fb4db6f0ef3633e616a2a233e8c, 'click', function() {infowindow.open(map,m_1dc06fb4db6f0ef3633e616a2a233e8c);});$marker.push(m_1dc06fb4db6f0ef3633e616a2a233e8c);}});}google.maps.event.addDomListener(window, 'load', initialize);