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.6109,-87.6966)};var g_b31777e439a3c3ee74f44c7f608f57e5 = new google.maps.Geocoder();g_b31777e439a3c3ee74f44c7f608f57e5.geocode( { 'address': "101 S Central Ave, Paris, IL 61944, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paris-IL-first-bank--trust-il').style.display = '';map = new google.maps.Map(document.getElementById('paris-IL-first-bank--trust-il'), mapOptions);}document.getElementById('09505f45').innerHTML += ' | View Map';var $lb31777e439a3c3ee74f44c7f608f57e5 = '

First Bank & Trust, IL

Address: 101 S Central Ave, Paris, IL 61944, USA
Phone: (217) 465-6381
';var m_b31777e439a3c3ee74f44c7f608f57e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank & Trust, IL',});m_b31777e439a3c3ee74f44c7f608f57e5['infowindow'] = new google.maps.InfoWindow({content: $lb31777e439a3c3ee74f44c7f608f57e5});var infowindow = new google.maps.InfoWindow({content: $lb31777e439a3c3ee74f44c7f608f57e5});google.maps.event.addListener(m_b31777e439a3c3ee74f44c7f608f57e5, 'click', function() {infowindow.open(map,m_b31777e439a3c3ee74f44c7f608f57e5);});$marker.push(m_b31777e439a3c3ee74f44c7f608f57e5);}});}google.maps.event.addDomListener(window, 'load', initialize);