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(41.6184,-88.1995)};var g_db16fe601371c8ef1105fa442e445b07 = new google.maps.Geocoder();g_db16fe601371c8ef1105fa442e445b07.geocode( { 'address': "14808 S Route 59, Plainfield, IL 60544"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plainfield-IL-first-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('plainfield-IL-first-state-bank'), mapOptions);}document.getElementById('ee7bc843').innerHTML += ' | View Map';var $ldb16fe601371c8ef1105fa442e445b07 = '

First State Bank

Address: 14808 S Route 59, Plainfield, IL 60544
Phone: (815) 254-1816
';var m_db16fe601371c8ef1105fa442e445b07 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank',});m_db16fe601371c8ef1105fa442e445b07['infowindow'] = new google.maps.InfoWindow({content: $ldb16fe601371c8ef1105fa442e445b07});var infowindow = new google.maps.InfoWindow({content: $ldb16fe601371c8ef1105fa442e445b07});google.maps.event.addListener(m_db16fe601371c8ef1105fa442e445b07, 'click', function() {infowindow.open(map,m_db16fe601371c8ef1105fa442e445b07);});$marker.push(m_db16fe601371c8ef1105fa442e445b07);}});}google.maps.event.addDomListener(window, 'load', initialize);