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.3053,-87.8006)};var g_cc13c58ba4b8aa477b01d99289faa968 = new google.maps.Geocoder();g_cc13c58ba4b8aa477b01d99289faa968.geocode( { 'address': "108 E State St, Potomac, IL 61865, Potomac, IL 61865, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('potomac-IL-main-source-bank').style.display = '';map = new google.maps.Map(document.getElementById('potomac-IL-main-source-bank'), mapOptions);}document.getElementById('e85aa1ef').innerHTML += ' | View Map';var $lcc13c58ba4b8aa477b01d99289faa968 = '

Main Source Bank

Address: 108 E State St, Potomac, IL 61865, Potomac, IL 61865, USA
Phone:
';var m_cc13c58ba4b8aa477b01d99289faa968 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Main Source Bank',});m_cc13c58ba4b8aa477b01d99289faa968['infowindow'] = new google.maps.InfoWindow({content: $lcc13c58ba4b8aa477b01d99289faa968});var infowindow = new google.maps.InfoWindow({content: $lcc13c58ba4b8aa477b01d99289faa968});google.maps.event.addListener(m_cc13c58ba4b8aa477b01d99289faa968, 'click', function() {infowindow.open(map,m_cc13c58ba4b8aa477b01d99289faa968);});$marker.push(m_cc13c58ba4b8aa477b01d99289faa968);}});}google.maps.event.addDomListener(window, 'load', initialize);