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.2885,-88.2511)};var g_016dda407fff9ed48128da45058b0366 = new google.maps.Geocoder();g_016dda407fff9ed48128da45058b0366.geocode( { 'address': "2315 Main St, Coal City, IL 60416, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coal-city-IL-mazon-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('coal-city-IL-mazon-state-bank'), mapOptions);}document.getElementById('aaca24bb').innerHTML += ' | View Map';var $l016dda407fff9ed48128da45058b0366 = '

Mazon State Bank

Address: 2315 Main St, Coal City, IL 60416, USA
Phone: (815) 634-2777
';var m_016dda407fff9ed48128da45058b0366 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mazon State Bank',});m_016dda407fff9ed48128da45058b0366['infowindow'] = new google.maps.InfoWindow({content: $l016dda407fff9ed48128da45058b0366});var infowindow = new google.maps.InfoWindow({content: $l016dda407fff9ed48128da45058b0366});google.maps.event.addListener(m_016dda407fff9ed48128da45058b0366, 'click', function() {infowindow.open(map,m_016dda407fff9ed48128da45058b0366);});$marker.push(m_016dda407fff9ed48128da45058b0366);}});}google.maps.event.addDomListener(window, 'load', initialize);