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.6246,-89.7521)};var g_065ccb934ccbd4c889cc390b1f1c88fe = new google.maps.Geocoder();g_065ccb934ccbd4c889cc390b1f1c88fe.geocode( { 'address': "10045 Lake Camelot Dr, Mapleton, IL 61547, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mapleton-IL-glasford-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('mapleton-IL-glasford-state-bank'), mapOptions);}document.getElementById('4c5a7f9a').innerHTML += ' | View Map';var $l065ccb934ccbd4c889cc390b1f1c88fe = '

Glasford State Bank

Address: 10045 Lake Camelot Dr, Mapleton, IL 61547, USA
Phone: (309) 634-2551
';var m_065ccb934ccbd4c889cc390b1f1c88fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Glasford State Bank',});m_065ccb934ccbd4c889cc390b1f1c88fe['infowindow'] = new google.maps.InfoWindow({content: $l065ccb934ccbd4c889cc390b1f1c88fe});var infowindow = new google.maps.InfoWindow({content: $l065ccb934ccbd4c889cc390b1f1c88fe});google.maps.event.addListener(m_065ccb934ccbd4c889cc390b1f1c88fe, 'click', function() {infowindow.open(map,m_065ccb934ccbd4c889cc390b1f1c88fe);});$marker.push(m_065ccb934ccbd4c889cc390b1f1c88fe);}});}google.maps.event.addDomListener(window, 'load', initialize);