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.9758,-90.759)};var g_f6580c44f324854a5858fffcb3e8803e = new google.maps.Geocoder();g_f6580c44f324854a5858fffcb3e8803e.geocode( { 'address': "County Rd 800 E, Mt Sterling, IL 62353, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-sterling-IL-farmers-state-bank--trust-co-atm').style.display = '';map = new google.maps.Map(document.getElementById('mount-sterling-IL-farmers-state-bank--trust-co-atm'), mapOptions);}document.getElementById('8380440c').innerHTML += ' | View Map';var $lf6580c44f324854a5858fffcb3e8803e = '

Farmers State Bank & Trust Co. ATM

Address: County Rd 800 E, Mt Sterling, IL 62353, USA
Phone: (217) 773-3319
';var m_f6580c44f324854a5858fffcb3e8803e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers State Bank & Trust Co. ATM',});m_f6580c44f324854a5858fffcb3e8803e['infowindow'] = new google.maps.InfoWindow({content: $lf6580c44f324854a5858fffcb3e8803e});var infowindow = new google.maps.InfoWindow({content: $lf6580c44f324854a5858fffcb3e8803e});google.maps.event.addListener(m_f6580c44f324854a5858fffcb3e8803e, 'click', function() {infowindow.open(map,m_f6580c44f324854a5858fffcb3e8803e);});$marker.push(m_f6580c44f324854a5858fffcb3e8803e);}});}google.maps.event.addDomListener(window, 'load', initialize);