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(40.2942,-87.2491)};var g_769085546ae4135e5c1877e8b20029eb = new google.maps.Geocoder();g_769085546ae4135e5c1877e8b20029eb.geocode( { 'address': "2 S Perry St, Attica, IN 47918, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('attica-IN-cnb-bancorp').style.display = '';map = new google.maps.Map(document.getElementById('attica-IN-cnb-bancorp'), mapOptions);}document.getElementById('0565794b').innerHTML += ' | View Map';var $l769085546ae4135e5c1877e8b20029eb = '

CNB Bancorp

Address: 2 S Perry St, Attica, IN 47918, USA
Phone: (765) 762-2414
';var m_769085546ae4135e5c1877e8b20029eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CNB Bancorp',});m_769085546ae4135e5c1877e8b20029eb['infowindow'] = new google.maps.InfoWindow({content: $l769085546ae4135e5c1877e8b20029eb});var infowindow = new google.maps.InfoWindow({content: $l769085546ae4135e5c1877e8b20029eb});google.maps.event.addListener(m_769085546ae4135e5c1877e8b20029eb, 'click', function() {infowindow.open(map,m_769085546ae4135e5c1877e8b20029eb);});$marker.push(m_769085546ae4135e5c1877e8b20029eb);}});}google.maps.event.addDomListener(window, 'load', initialize);