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.4496,-90.4615)};var g_1b8058dee2800a7e966dcb494a5f1fed = new google.maps.Geocoder();g_1b8058dee2800a7e966dcb494a5f1fed.geocode( { 'address': "200 1st St, Coal Valley, IL 61240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coal-valley-IL-blackhawk-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('coal-valley-IL-blackhawk-bank--trust'), mapOptions);}document.getElementById('56f7854b').innerHTML += ' | View Map';var $l1b8058dee2800a7e966dcb494a5f1fed = '

Blackhawk Bank & Trust

Address: 200 1st St, Coal Valley, IL 61240, USA
Phone: (309) 799-3133
';var m_1b8058dee2800a7e966dcb494a5f1fed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Blackhawk Bank & Trust',});m_1b8058dee2800a7e966dcb494a5f1fed['infowindow'] = new google.maps.InfoWindow({content: $l1b8058dee2800a7e966dcb494a5f1fed});var infowindow = new google.maps.InfoWindow({content: $l1b8058dee2800a7e966dcb494a5f1fed});google.maps.event.addListener(m_1b8058dee2800a7e966dcb494a5f1fed, 'click', function() {infowindow.open(map,m_1b8058dee2800a7e966dcb494a5f1fed);});$marker.push(m_1b8058dee2800a7e966dcb494a5f1fed);}});}google.maps.event.addDomListener(window, 'load', initialize);