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.2913,-87.2495)};var g_bb174c39f55d57027f17475dd5a51374 = new google.maps.Geocoder();g_bb174c39f55d57027f17475dd5a51374.geocode( { 'address': "2 S Perry St, Attica, IN 47918"}, 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('5681d8c3').innerHTML += ' | View Map';var $lbb174c39f55d57027f17475dd5a51374 = '

CNB Bancorp

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