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.0627,-88.3803)};var g_da9c09ab5311aa8a2078e5de7268ec6d = new google.maps.Geocoder();g_da9c09ab5311aa8a2078e5de7268ec6d.geocode( { 'address': "222 W Cumberland Rd, Dieterich, IL 62458"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dieterich-IL-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('dieterich-IL-first-national-bank'), mapOptions);}document.getElementById('44b6a89d').innerHTML += ' | View Map';var $lda9c09ab5311aa8a2078e5de7268ec6d = '

First National Bank

Address: 222 W Cumberland Rd, Dieterich, IL 62458
Phone: (618) 829-5500
';var m_da9c09ab5311aa8a2078e5de7268ec6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_da9c09ab5311aa8a2078e5de7268ec6d['infowindow'] = new google.maps.InfoWindow({content: $lda9c09ab5311aa8a2078e5de7268ec6d});var infowindow = new google.maps.InfoWindow({content: $lda9c09ab5311aa8a2078e5de7268ec6d});google.maps.event.addListener(m_da9c09ab5311aa8a2078e5de7268ec6d, 'click', function() {infowindow.open(map,m_da9c09ab5311aa8a2078e5de7268ec6d);});$marker.push(m_da9c09ab5311aa8a2078e5de7268ec6d);}});}google.maps.event.addDomListener(window, 'load', initialize);