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(38.7554,-85.3975)};var g_eafc8fe9c61d6760ae284c29840bbf0b = new google.maps.Geocoder();g_eafc8fe9c61d6760ae284c29840bbf0b.geocode( { 'address': "567 Ivy Tech Dr, Madison, IN 47250"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-IN-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('madison-IN-citizens-national-bank'), mapOptions);}document.getElementById('25c05634').innerHTML += ' | View Map';var $leafc8fe9c61d6760ae284c29840bbf0b = '

Citizens National Bank

Address: 567 Ivy Tech Dr, Madison, IN 47250
Phone: (812) 273-1006
';var m_eafc8fe9c61d6760ae284c29840bbf0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank',});m_eafc8fe9c61d6760ae284c29840bbf0b['infowindow'] = new google.maps.InfoWindow({content: $leafc8fe9c61d6760ae284c29840bbf0b});var infowindow = new google.maps.InfoWindow({content: $leafc8fe9c61d6760ae284c29840bbf0b});google.maps.event.addListener(m_eafc8fe9c61d6760ae284c29840bbf0b, 'click', function() {infowindow.open(map,m_eafc8fe9c61d6760ae284c29840bbf0b);});$marker.push(m_eafc8fe9c61d6760ae284c29840bbf0b);}});}google.maps.event.addDomListener(window, 'load', initialize);