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(39.6043,-90.8257)};var g_e2c40eab33fb0948f5e73535574a3b25 = new google.maps.Geocoder();g_e2c40eab33fb0948f5e73535574a3b25.geocode( { 'address': "1095 W Washington St, Pittsfield, IL 62363, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsfield-IL-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('pittsfield-IL-world-finance-corporation'), mapOptions);}document.getElementById('9adf68a1').innerHTML += ' | View Map';var $le2c40eab33fb0948f5e73535574a3b25 = '

World Finance Corporation

Address: 1095 W Washington St, Pittsfield, IL 62363, USA
Phone: (217) 285-4564
';var m_e2c40eab33fb0948f5e73535574a3b25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_e2c40eab33fb0948f5e73535574a3b25['infowindow'] = new google.maps.InfoWindow({content: $le2c40eab33fb0948f5e73535574a3b25});var infowindow = new google.maps.InfoWindow({content: $le2c40eab33fb0948f5e73535574a3b25});google.maps.event.addListener(m_e2c40eab33fb0948f5e73535574a3b25, 'click', function() {infowindow.open(map,m_e2c40eab33fb0948f5e73535574a3b25);});$marker.push(m_e2c40eab33fb0948f5e73535574a3b25);}});}google.maps.event.addDomListener(window, 'load', initialize);