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(38.5275,-89.1346)};var g_7415e69c20ec76786da9f127cfdbdf6f = new google.maps.Geocoder();g_7415e69c20ec76786da9f127cfdbdf6f.geocode( { 'address': "215 S Locust St, Centralia, IL 62801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centralia-IL-state-finance').style.display = '';map = new google.maps.Map(document.getElementById('centralia-IL-state-finance'), mapOptions);}document.getElementById('5236b38b').innerHTML += ' | View Map';var $l7415e69c20ec76786da9f127cfdbdf6f = '

State Finance

Address: 215 S Locust St, Centralia, IL 62801, USA
Phone: (618) 532-5475
';var m_7415e69c20ec76786da9f127cfdbdf6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Finance',});m_7415e69c20ec76786da9f127cfdbdf6f['infowindow'] = new google.maps.InfoWindow({content: $l7415e69c20ec76786da9f127cfdbdf6f});var infowindow = new google.maps.InfoWindow({content: $l7415e69c20ec76786da9f127cfdbdf6f});google.maps.event.addListener(m_7415e69c20ec76786da9f127cfdbdf6f, 'click', function() {infowindow.open(map,m_7415e69c20ec76786da9f127cfdbdf6f);});$marker.push(m_7415e69c20ec76786da9f127cfdbdf6f);}});}google.maps.event.addDomListener(window, 'load', initialize);