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(40.759,-88.1873)};var g_226262372c801d11a9ef157e1db3fa36 = new google.maps.Geocoder();g_226262372c801d11a9ef157e1db3fa36.geocode( { 'address': "116 S Pine St, Piper City, IL 60959"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('piper-city-IL-farmers-merchants-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('piper-city-IL-farmers-merchants-national-bank'), mapOptions);}document.getElementById('5fd67a83').innerHTML += ' | View Map';var $l226262372c801d11a9ef157e1db3fa36 = '

Farmers Merchants National Bank

Address: 116 S Pine St, Piper City, IL 60959
Phone: (815) 686-2249
';var m_226262372c801d11a9ef157e1db3fa36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers Merchants National Bank',});m_226262372c801d11a9ef157e1db3fa36['infowindow'] = new google.maps.InfoWindow({content: $l226262372c801d11a9ef157e1db3fa36});var infowindow = new google.maps.InfoWindow({content: $l226262372c801d11a9ef157e1db3fa36});google.maps.event.addListener(m_226262372c801d11a9ef157e1db3fa36, 'click', function() {infowindow.open(map,m_226262372c801d11a9ef157e1db3fa36);});$marker.push(m_226262372c801d11a9ef157e1db3fa36);}});}google.maps.event.addDomListener(window, 'load', initialize);