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.6125,-87.6956)};var g_294e09f267683c7ddc6cc5134a7e68a8 = new google.maps.Geocoder();g_294e09f267683c7ddc6cc5134a7e68a8.geocode( { 'address': "177 W Wood St, Paris, IL 61944, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paris-IL-edgar-county-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('paris-IL-edgar-county-bank--trust-co'), mapOptions);}document.getElementById('b4fd74c9').innerHTML += ' | View Map';var $l294e09f267683c7ddc6cc5134a7e68a8 = '

Edgar County Bank & Trust Co

Address: 177 W Wood St, Paris, IL 61944, USA
Phone: (217) 465-4154
';var m_294e09f267683c7ddc6cc5134a7e68a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Edgar County Bank & Trust Co',});m_294e09f267683c7ddc6cc5134a7e68a8['infowindow'] = new google.maps.InfoWindow({content: $l294e09f267683c7ddc6cc5134a7e68a8});var infowindow = new google.maps.InfoWindow({content: $l294e09f267683c7ddc6cc5134a7e68a8});google.maps.event.addListener(m_294e09f267683c7ddc6cc5134a7e68a8, 'click', function() {infowindow.open(map,m_294e09f267683c7ddc6cc5134a7e68a8);});$marker.push(m_294e09f267683c7ddc6cc5134a7e68a8);}});}google.maps.event.addDomListener(window, 'load', initialize);