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(42.1198,-85.9986)};var g_174ef86b57d96cc97c185dfcdaf12858 = new google.maps.Geocoder();g_174ef86b57d96cc97c185dfcdaf12858.geocode( { 'address': "124 S Phelps St, Decatur, MI 49045"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-MI-community-national-bnk-trust').style.display = '';map = new google.maps.Map(document.getElementById('decatur-MI-community-national-bnk-trust'), mapOptions);}document.getElementById('901d2df5').innerHTML += ' | View Map';var $l174ef86b57d96cc97c185dfcdaf12858 = '

Community National Bnk & Trust

Address: 124 S Phelps St, Decatur, MI 49045
Phone: (269) 423-7014
';var m_174ef86b57d96cc97c185dfcdaf12858 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community National Bnk & Trust',});m_174ef86b57d96cc97c185dfcdaf12858['infowindow'] = new google.maps.InfoWindow({content: $l174ef86b57d96cc97c185dfcdaf12858});var infowindow = new google.maps.InfoWindow({content: $l174ef86b57d96cc97c185dfcdaf12858});google.maps.event.addListener(m_174ef86b57d96cc97c185dfcdaf12858, 'click', function() {infowindow.open(map,m_174ef86b57d96cc97c185dfcdaf12858);});$marker.push(m_174ef86b57d96cc97c185dfcdaf12858);}});}google.maps.event.addDomListener(window, 'load', initialize);