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.1249,-84.8483)};var g_1507c3821047678b7bc0f0e281031633 = new google.maps.Geocoder();g_1507c3821047678b7bc0f0e281031633.geocode( { 'address': "22730 Main St, Woodburn, IN 46797, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodburn-IN-horizon-bank').style.display = '';map = new google.maps.Map(document.getElementById('woodburn-IN-horizon-bank'), mapOptions);}document.getElementById('9d05661e').innerHTML += ' | View Map';var $l1507c3821047678b7bc0f0e281031633 = '

Horizon Bank

Address: 22730 Main St, Woodburn, IN 46797, USA
Phone: (260) 632-0217
';var m_1507c3821047678b7bc0f0e281031633 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horizon Bank',});m_1507c3821047678b7bc0f0e281031633['infowindow'] = new google.maps.InfoWindow({content: $l1507c3821047678b7bc0f0e281031633});var infowindow = new google.maps.InfoWindow({content: $l1507c3821047678b7bc0f0e281031633});google.maps.event.addListener(m_1507c3821047678b7bc0f0e281031633, 'click', function() {infowindow.open(map,m_1507c3821047678b7bc0f0e281031633);});$marker.push(m_1507c3821047678b7bc0f0e281031633);}});}google.maps.event.addDomListener(window, 'load', initialize);