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(37.7229,-88.8734)};var g_59c32bd4fc9b75e19a9006c707e69b39 = new google.maps.Geocoder();g_59c32bd4fc9b75e19a9006c707e69b39.geocode( { 'address': "2 Comfort Dr, Marion, IL 62959"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-IL-bank-of-herrin').style.display = '';map = new google.maps.Map(document.getElementById('marion-IL-bank-of-herrin'), mapOptions);}document.getElementById('a1fcc898').innerHTML += ' | View Map';var $l59c32bd4fc9b75e19a9006c707e69b39 = '

Bank Of Herrin

Address: 2 Comfort Dr, Marion, IL 62959
Phone: (618) 997-2007
';var m_59c32bd4fc9b75e19a9006c707e69b39 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Herrin',});m_59c32bd4fc9b75e19a9006c707e69b39['infowindow'] = new google.maps.InfoWindow({content: $l59c32bd4fc9b75e19a9006c707e69b39});var infowindow = new google.maps.InfoWindow({content: $l59c32bd4fc9b75e19a9006c707e69b39});google.maps.event.addListener(m_59c32bd4fc9b75e19a9006c707e69b39, 'click', function() {infowindow.open(map,m_59c32bd4fc9b75e19a9006c707e69b39);});$marker.push(m_59c32bd4fc9b75e19a9006c707e69b39);}});}google.maps.event.addDomListener(window, 'load', initialize);