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(41.9198,-84.6317)};var g_d61ca71377456726388087b0d251ffff = new google.maps.Geocoder();g_d61ca71377456726388087b0d251ffff.geocode( { 'address': "1 S Howell St, Hillsdale, MI 49242, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hillsdale-MI-cnb-community-bancorp-inc').style.display = '';map = new google.maps.Map(document.getElementById('hillsdale-MI-cnb-community-bancorp-inc'), mapOptions);}document.getElementById('cc0220e7').innerHTML += ' | View Map';var $ld61ca71377456726388087b0d251ffff = '

CNB Community Bancorp Inc

Address: 1 S Howell St, Hillsdale, MI 49242, USA
Phone: (517) 439-4300
';var m_d61ca71377456726388087b0d251ffff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CNB Community Bancorp Inc',});m_d61ca71377456726388087b0d251ffff['infowindow'] = new google.maps.InfoWindow({content: $ld61ca71377456726388087b0d251ffff});var infowindow = new google.maps.InfoWindow({content: $ld61ca71377456726388087b0d251ffff});google.maps.event.addListener(m_d61ca71377456726388087b0d251ffff, 'click', function() {infowindow.open(map,m_d61ca71377456726388087b0d251ffff);});$marker.push(m_d61ca71377456726388087b0d251ffff);}});}google.maps.event.addDomListener(window, 'load', initialize);