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.0231,-91.1992)};var g_2e91ce5da7fe8e78f4f2a0290e1a194c = new google.maps.Geocoder();g_2e91ce5da7fe8e78f4f2a0290e1a194c.geocode( { 'address': "1633 US-24, Paloma, IL 62359, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paloma-IL-first-bankers-trust-co-na').style.display = '';map = new google.maps.Map(document.getElementById('paloma-IL-first-bankers-trust-co-na'), mapOptions);}document.getElementById('4deeecde').innerHTML += ' | View Map';var $l2e91ce5da7fe8e78f4f2a0290e1a194c = '

First Bankers Trust Co NA

Address: 1633 US-24, Paloma, IL 62359, USA
Phone: (877) 228-8001
';var m_2e91ce5da7fe8e78f4f2a0290e1a194c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bankers Trust Co NA',});m_2e91ce5da7fe8e78f4f2a0290e1a194c['infowindow'] = new google.maps.InfoWindow({content: $l2e91ce5da7fe8e78f4f2a0290e1a194c});var infowindow = new google.maps.InfoWindow({content: $l2e91ce5da7fe8e78f4f2a0290e1a194c});google.maps.event.addListener(m_2e91ce5da7fe8e78f4f2a0290e1a194c, 'click', function() {infowindow.open(map,m_2e91ce5da7fe8e78f4f2a0290e1a194c);});$marker.push(m_2e91ce5da7fe8e78f4f2a0290e1a194c);}});}google.maps.event.addDomListener(window, 'load', initialize);