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(39.4464,-90.4008)};var g_55a85f9736ab75b333d721813bac5b65 = new google.maps.Geocoder();g_55a85f9736ab75b333d721813bac5b65.geocode( { 'address': "300 3rd Ave N, White Hall, IL 62092, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('white-hall-IL-premier-bank-south').style.display = '';map = new google.maps.Map(document.getElementById('white-hall-IL-premier-bank-south'), mapOptions);}document.getElementById('f51dbb46').innerHTML += ' | View Map';var $l55a85f9736ab75b333d721813bac5b65 = '

Premier Bank South

Address: 300 3rd Ave N, White Hall, IL 62092, USA
Phone: (217) 374-2233
';var m_55a85f9736ab75b333d721813bac5b65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premier Bank South',});m_55a85f9736ab75b333d721813bac5b65['infowindow'] = new google.maps.InfoWindow({content: $l55a85f9736ab75b333d721813bac5b65});var infowindow = new google.maps.InfoWindow({content: $l55a85f9736ab75b333d721813bac5b65});google.maps.event.addListener(m_55a85f9736ab75b333d721813bac5b65, 'click', function() {infowindow.open(map,m_55a85f9736ab75b333d721813bac5b65);});$marker.push(m_55a85f9736ab75b333d721813bac5b65);}});}google.maps.event.addDomListener(window, 'load', initialize);