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()};var g_78f9c02a11b92faecdfc0b1e52fad018 = new google.maps.Geocoder();g_78f9c02a11b92faecdfc0b1e52fad018.geocode( { 'address': "3520 Broadway St, Mt Vernon, IL 62864"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mt-vernon-IL-banterra-bank').style.display = '';map = new google.maps.Map(document.getElementById('mt-vernon-IL-banterra-bank'), mapOptions);}document.getElementById('4a74a346').innerHTML += ' | View Map';var $l78f9c02a11b92faecdfc0b1e52fad018 = '

Banterra Bank

Address: 3520 Broadway St, Mt Vernon, IL 62864
Phone: (618) 242-9070
';var m_78f9c02a11b92faecdfc0b1e52fad018 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banterra Bank',});m_78f9c02a11b92faecdfc0b1e52fad018['infowindow'] = new google.maps.InfoWindow({content: $l78f9c02a11b92faecdfc0b1e52fad018});var infowindow = new google.maps.InfoWindow({content: $l78f9c02a11b92faecdfc0b1e52fad018});google.maps.event.addListener(m_78f9c02a11b92faecdfc0b1e52fad018, 'click', function() {infowindow.open(map,m_78f9c02a11b92faecdfc0b1e52fad018);});$marker.push(m_78f9c02a11b92faecdfc0b1e52fad018);}});}google.maps.event.addDomListener(window, 'load', initialize);