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.0758,-87.7616)};var g_abef34739f78c0e3c109c969a6871523 = new google.maps.Geocoder();g_abef34739f78c0e3c109c969a6871523.geocode( { 'address': "4800 Saint Wendel Cynthiana Rd, Wadesville, IN 47638"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wadesville-IN-community-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('wadesville-IN-community-state-bank'), mapOptions);}document.getElementById('81224911').innerHTML += ' | View Map';var $labef34739f78c0e3c109c969a6871523 = '

Community State Bank

Address: 4800 Saint Wendel Cynthiana Rd, Wadesville, IN 47638
Phone: (812) 963-3033
';var m_abef34739f78c0e3c109c969a6871523 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community State Bank',});m_abef34739f78c0e3c109c969a6871523['infowindow'] = new google.maps.InfoWindow({content: $labef34739f78c0e3c109c969a6871523});var infowindow = new google.maps.InfoWindow({content: $labef34739f78c0e3c109c969a6871523});google.maps.event.addListener(m_abef34739f78c0e3c109c969a6871523, 'click', function() {infowindow.open(map,m_abef34739f78c0e3c109c969a6871523);});$marker.push(m_abef34739f78c0e3c109c969a6871523);}});}google.maps.event.addDomListener(window, 'load', initialize);