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.2326,-90.9503)};var g_885fd739d31951206a8c4f0d6472fcf0 = new google.maps.Geocoder();g_885fd739d31951206a8c4f0d6472fcf0.geocode( { 'address': "507 Main St, Augusta, IL 62311"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('augusta-IL-marine-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('augusta-IL-marine-bank-trust'), mapOptions);}document.getElementById('c8e27a11').innerHTML += ' | View Map';var $l885fd739d31951206a8c4f0d6472fcf0 = '

Marine Bank & Trust

Address: 507 Main St, Augusta, IL 62311
Phone: (217) 392-2151
';var m_885fd739d31951206a8c4f0d6472fcf0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marine Bank & Trust',});m_885fd739d31951206a8c4f0d6472fcf0['infowindow'] = new google.maps.InfoWindow({content: $l885fd739d31951206a8c4f0d6472fcf0});var infowindow = new google.maps.InfoWindow({content: $l885fd739d31951206a8c4f0d6472fcf0});google.maps.event.addListener(m_885fd739d31951206a8c4f0d6472fcf0, 'click', function() {infowindow.open(map,m_885fd739d31951206a8c4f0d6472fcf0);});$marker.push(m_885fd739d31951206a8c4f0d6472fcf0);}});}google.maps.event.addDomListener(window, 'load', initialize);