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.5652,-89.6568)};var g_888016f18884e0dbbd38b17809aabed6 = new google.maps.Geocoder();g_888016f18884e0dbbd38b17809aabed6.geocode( { 'address': "200 Reichert Rd, Divernon, IL 62530"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('divernon-IL-united-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('divernon-IL-united-community-bank'), mapOptions);}document.getElementById('e6e154c4').innerHTML += ' | View Map';var $l888016f18884e0dbbd38b17809aabed6 = '

United Community Bank

Address: 200 Reichert Rd, Divernon, IL 62530
Phone: (217) 628-3000
';var m_888016f18884e0dbbd38b17809aabed6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Bank',});m_888016f18884e0dbbd38b17809aabed6['infowindow'] = new google.maps.InfoWindow({content: $l888016f18884e0dbbd38b17809aabed6});var infowindow = new google.maps.InfoWindow({content: $l888016f18884e0dbbd38b17809aabed6});google.maps.event.addListener(m_888016f18884e0dbbd38b17809aabed6, 'click', function() {infowindow.open(map,m_888016f18884e0dbbd38b17809aabed6);});$marker.push(m_888016f18884e0dbbd38b17809aabed6);}});}google.maps.event.addDomListener(window, 'load', initialize);