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.4613,-88.099)};var g_3c6ed7253eba1a846f97252ed28df03d = new google.maps.Geocoder();g_3c6ed7253eba1a846f97252ed28df03d.geocode( { 'address': "101 N Taft St, Paxton, IL 60957, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paxton-IL-farmers-merchants-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('paxton-IL-farmers-merchants-national-bank'), mapOptions);}document.getElementById('e5d89641').innerHTML += ' | View Map';var $l3c6ed7253eba1a846f97252ed28df03d = '

Farmers-Merchants National Bank

Address: 101 N Taft St, Paxton, IL 60957, USA
Phone: (217) 379-4343
';var m_3c6ed7253eba1a846f97252ed28df03d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers-Merchants National Bank',});m_3c6ed7253eba1a846f97252ed28df03d['infowindow'] = new google.maps.InfoWindow({content: $l3c6ed7253eba1a846f97252ed28df03d});var infowindow = new google.maps.InfoWindow({content: $l3c6ed7253eba1a846f97252ed28df03d});google.maps.event.addListener(m_3c6ed7253eba1a846f97252ed28df03d, 'click', function() {infowindow.open(map,m_3c6ed7253eba1a846f97252ed28df03d);});$marker.push(m_3c6ed7253eba1a846f97252ed28df03d);}});}google.maps.event.addDomListener(window, 'load', initialize);