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.7284,-89.2229)};var g_4a4774a8fd7cb5194f05ba4386d408bf = new google.maps.Geocoder();g_4a4774a8fd7cb5194f05ba4386d408bf.geocode( { 'address': "216 E Main St, Carbondale, IL 62901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carbondale-IL-the-bank-of-carbondale').style.display = '';map = new google.maps.Map(document.getElementById('carbondale-IL-the-bank-of-carbondale'), mapOptions);}document.getElementById('c27c6201').innerHTML += ' | View Map';var $l4a4774a8fd7cb5194f05ba4386d408bf = '

The Bank of Carbondale

Address: 216 E Main St, Carbondale, IL 62901
Phone: (618) 529-2422
';var m_4a4774a8fd7cb5194f05ba4386d408bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of Carbondale',});m_4a4774a8fd7cb5194f05ba4386d408bf['infowindow'] = new google.maps.InfoWindow({content: $l4a4774a8fd7cb5194f05ba4386d408bf});var infowindow = new google.maps.InfoWindow({content: $l4a4774a8fd7cb5194f05ba4386d408bf});google.maps.event.addListener(m_4a4774a8fd7cb5194f05ba4386d408bf, 'click', function() {infowindow.open(map,m_4a4774a8fd7cb5194f05ba4386d408bf);});$marker.push(m_4a4774a8fd7cb5194f05ba4386d408bf);}});}google.maps.event.addDomListener(window, 'load', initialize);