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.9258,-91.3779)};var g_35633283e1256a047c9f7f1535469860 = new google.maps.Geocoder();g_35633283e1256a047c9f7f1535469860.geocode( { 'address': "500 S 24th St, Quincy, IL 62301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quincy-IL-first-bankers-trust-co-na').style.display = '';map = new google.maps.Map(document.getElementById('quincy-IL-first-bankers-trust-co-na'), mapOptions);}document.getElementById('72e22eac').innerHTML += ' | View Map';var $l35633283e1256a047c9f7f1535469860 = '

First Bankers Trust Co NA

Address: 500 S 24th St, Quincy, IL 62301, USA
Phone: (217) 228-8020
';var m_35633283e1256a047c9f7f1535469860 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bankers Trust Co NA',});m_35633283e1256a047c9f7f1535469860['infowindow'] = new google.maps.InfoWindow({content: $l35633283e1256a047c9f7f1535469860});var infowindow = new google.maps.InfoWindow({content: $l35633283e1256a047c9f7f1535469860});google.maps.event.addListener(m_35633283e1256a047c9f7f1535469860, 'click', function() {infowindow.open(map,m_35633283e1256a047c9f7f1535469860);});$marker.push(m_35633283e1256a047c9f7f1535469860);}});}google.maps.event.addDomListener(window, 'load', initialize);