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(37.8016,-89.0281)};var g_7dd63bc018cc1cc492e7d87ac6c3e465 = new google.maps.Geocoder();g_7dd63bc018cc1cc492e7d87ac6c3e465.geocode( { 'address': "318 S Park Ave, Herrin, IL 62948"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('herrin-IL-banterra-bank').style.display = '';map = new google.maps.Map(document.getElementById('herrin-IL-banterra-bank'), mapOptions);}document.getElementById('dbc6fce6').innerHTML += ' | View Map';var $l7dd63bc018cc1cc492e7d87ac6c3e465 = '

Banterra Bank

Address: 318 S Park Ave, Herrin, IL 62948
Phone: (618) 942-7373
';var m_7dd63bc018cc1cc492e7d87ac6c3e465 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banterra Bank',});m_7dd63bc018cc1cc492e7d87ac6c3e465['infowindow'] = new google.maps.InfoWindow({content: $l7dd63bc018cc1cc492e7d87ac6c3e465});var infowindow = new google.maps.InfoWindow({content: $l7dd63bc018cc1cc492e7d87ac6c3e465});google.maps.event.addListener(m_7dd63bc018cc1cc492e7d87ac6c3e465, 'click', function() {infowindow.open(map,m_7dd63bc018cc1cc492e7d87ac6c3e465);});$marker.push(m_7dd63bc018cc1cc492e7d87ac6c3e465);}});}google.maps.event.addDomListener(window, 'load', initialize);