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.3133,-87.1992)};var g_c1dc0d53fa25e0031be7a5fcba5b959a = new google.maps.Geocoder();g_c1dc0d53fa25e0031be7a5fcba5b959a.geocode( { 'address': "507 S Main St, Hebron, IN 46341, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hebron-IN-demotte-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('hebron-IN-demotte-state-bank'), mapOptions);}document.getElementById('ebb62c5c').innerHTML += ' | View Map';var $lc1dc0d53fa25e0031be7a5fcba5b959a = '

Demotte State Bank

Address: 507 S Main St, Hebron, IN 46341, USA
Phone: (219) 996-5811
';var m_c1dc0d53fa25e0031be7a5fcba5b959a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Demotte State Bank',});m_c1dc0d53fa25e0031be7a5fcba5b959a['infowindow'] = new google.maps.InfoWindow({content: $lc1dc0d53fa25e0031be7a5fcba5b959a});var infowindow = new google.maps.InfoWindow({content: $lc1dc0d53fa25e0031be7a5fcba5b959a});google.maps.event.addListener(m_c1dc0d53fa25e0031be7a5fcba5b959a, 'click', function() {infowindow.open(map,m_c1dc0d53fa25e0031be7a5fcba5b959a);});$marker.push(m_c1dc0d53fa25e0031be7a5fcba5b959a);}});}google.maps.event.addDomListener(window, 'load', initialize);