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.037,-90.1373)};var g_20ad908b1d0f9a475eea587dd93bf6fa = new google.maps.Geocoder();g_20ad908b1d0f9a475eea587dd93bf6fa.geocode( { 'address': "202 N Maple St, Brighton, IL 62012"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brighton-IL-cnb-bank-trust-na').style.display = '';map = new google.maps.Map(document.getElementById('brighton-IL-cnb-bank-trust-na'), mapOptions);}document.getElementById('44c5cb89').innerHTML += ' | View Map';var $l20ad908b1d0f9a475eea587dd93bf6fa = '

Cnb Bank & Trust Na

Address: 202 N Maple St, Brighton, IL 62012
Phone: (618) 372-3760
';var m_20ad908b1d0f9a475eea587dd93bf6fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cnb Bank & Trust Na',});m_20ad908b1d0f9a475eea587dd93bf6fa['infowindow'] = new google.maps.InfoWindow({content: $l20ad908b1d0f9a475eea587dd93bf6fa});var infowindow = new google.maps.InfoWindow({content: $l20ad908b1d0f9a475eea587dd93bf6fa});google.maps.event.addListener(m_20ad908b1d0f9a475eea587dd93bf6fa, 'click', function() {infowindow.open(map,m_20ad908b1d0f9a475eea587dd93bf6fa);});$marker.push(m_20ad908b1d0f9a475eea587dd93bf6fa);}});}google.maps.event.addDomListener(window, 'load', initialize);