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_62fd35df9ea76c39714d968d811c2106 = new google.maps.Geocoder();g_62fd35df9ea76c39714d968d811c2106.geocode( { 'address': "2321 Kochs Ln, Quincy, IL 62305"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quincy-IL-first-bankers-trust-service-inc').style.display = '';map = new google.maps.Map(document.getElementById('quincy-IL-first-bankers-trust-service-inc'), mapOptions);}document.getElementById('4d831327').innerHTML += ' | View Map';var $l62fd35df9ea76c39714d968d811c2106 = '

First Bankers Trust Service Inc

Address: 2321 Kochs Ln, Quincy, IL 62305
Phone: (217) 228-8060
';var m_62fd35df9ea76c39714d968d811c2106 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bankers Trust Service Inc',});m_62fd35df9ea76c39714d968d811c2106['infowindow'] = new google.maps.InfoWindow({content: $l62fd35df9ea76c39714d968d811c2106});var infowindow = new google.maps.InfoWindow({content: $l62fd35df9ea76c39714d968d811c2106});google.maps.event.addListener(m_62fd35df9ea76c39714d968d811c2106, 'click', function() {infowindow.open(map,m_62fd35df9ea76c39714d968d811c2106);});$marker.push(m_62fd35df9ea76c39714d968d811c2106);}});}google.maps.event.addDomListener(window, 'load', initialize);