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.4355,-86.8921)};var g_818e03da9fb4630934d5f76c32ff48fc = new google.maps.Geocoder();g_818e03da9fb4630934d5f76c32ff48fc.geocode( { 'address': "113 W 1st St, Wanatah, IN 46390"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wanatah-IN-horizon-bank').style.display = '';map = new google.maps.Map(document.getElementById('wanatah-IN-horizon-bank'), mapOptions);}document.getElementById('72ce5d4b').innerHTML += ' | View Map';var $l818e03da9fb4630934d5f76c32ff48fc = '

Horizon Bank

Address: 113 W 1st St, Wanatah, IN 46390
Phone: (219) 733-2527
';var m_818e03da9fb4630934d5f76c32ff48fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horizon Bank',});m_818e03da9fb4630934d5f76c32ff48fc['infowindow'] = new google.maps.InfoWindow({content: $l818e03da9fb4630934d5f76c32ff48fc});var infowindow = new google.maps.InfoWindow({content: $l818e03da9fb4630934d5f76c32ff48fc});google.maps.event.addListener(m_818e03da9fb4630934d5f76c32ff48fc, 'click', function() {infowindow.open(map,m_818e03da9fb4630934d5f76c32ff48fc);});$marker.push(m_818e03da9fb4630934d5f76c32ff48fc);}});}google.maps.event.addDomListener(window, 'load', initialize);