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.7491,-88.7733)};var g_40e1ada2c00e13a09e88143934e76efa = new google.maps.Geocoder();g_40e1ada2c00e13a09e88143934e76efa.geocode( { 'address': "10001 US Route 30, Waterman, IL 60556"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waterman-IL-first-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('waterman-IL-first-state-bank'), mapOptions);}document.getElementById('65c5742c').innerHTML += ' | View Map';var $l40e1ada2c00e13a09e88143934e76efa = '

First State Bank

Address: 10001 US Route 30, Waterman, IL 60556
Phone: (815) 264-3023
';var m_40e1ada2c00e13a09e88143934e76efa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank',});m_40e1ada2c00e13a09e88143934e76efa['infowindow'] = new google.maps.InfoWindow({content: $l40e1ada2c00e13a09e88143934e76efa});var infowindow = new google.maps.InfoWindow({content: $l40e1ada2c00e13a09e88143934e76efa});google.maps.event.addListener(m_40e1ada2c00e13a09e88143934e76efa, 'click', function() {infowindow.open(map,m_40e1ada2c00e13a09e88143934e76efa);});$marker.push(m_40e1ada2c00e13a09e88143934e76efa);}});}google.maps.event.addDomListener(window, 'load', initialize);