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(39.6131,-87.6979)};var g_26a9c7ab6107b61166fbbc7e64756a1f = new google.maps.Geocoder();g_26a9c7ab6107b61166fbbc7e64756a1f.geocode( { 'address': "Paris, IL 61944"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paris-IL-first-farmer-s-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('paris-IL-first-farmer-s-bank-trust'), mapOptions);}document.getElementById('d921b157').innerHTML += ' | View Map';var $l26a9c7ab6107b61166fbbc7e64756a1f = '

First Farmer's Bank & Trust

Address: Paris, IL 61944
Phone: (217) 463-3711
';var m_26a9c7ab6107b61166fbbc7e64756a1f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Farmer's Bank & Trust',});m_26a9c7ab6107b61166fbbc7e64756a1f['infowindow'] = new google.maps.InfoWindow({content: $l26a9c7ab6107b61166fbbc7e64756a1f});var infowindow = new google.maps.InfoWindow({content: $l26a9c7ab6107b61166fbbc7e64756a1f});google.maps.event.addListener(m_26a9c7ab6107b61166fbbc7e64756a1f, 'click', function() {infowindow.open(map,m_26a9c7ab6107b61166fbbc7e64756a1f);});$marker.push(m_26a9c7ab6107b61166fbbc7e64756a1f);}});}google.maps.event.addDomListener(window, 'load', initialize);