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.9313,-91.3797)};var g_c5f453687c90109e1f24e56e728a5470 = new google.maps.Geocoder();g_c5f453687c90109e1f24e56e728a5470.geocode( { 'address': "2442 Broadway St, Quincy, IL 62301"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quincy-IL-first-bankers-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('quincy-IL-first-bankers-trust-co'), mapOptions);}document.getElementById('6066c347').innerHTML += ' | View Map';var $lc5f453687c90109e1f24e56e728a5470 = '

First Bankers Trust Co

Address: 2442 Broadway St, Quincy, IL 62301
Phone: (217) 223-8760
';var m_c5f453687c90109e1f24e56e728a5470 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bankers Trust Co',});m_c5f453687c90109e1f24e56e728a5470['infowindow'] = new google.maps.InfoWindow({content: $lc5f453687c90109e1f24e56e728a5470});var infowindow = new google.maps.InfoWindow({content: $lc5f453687c90109e1f24e56e728a5470});google.maps.event.addListener(m_c5f453687c90109e1f24e56e728a5470, 'click', function() {infowindow.open(map,m_c5f453687c90109e1f24e56e728a5470);});$marker.push(m_c5f453687c90109e1f24e56e728a5470);}});}google.maps.event.addDomListener(window, 'load', initialize);