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.1496,-85.465)};var g_4c16c6e747b293da252d9c0e1c489fdd = new google.maps.Geocoder();g_4c16c6e747b293da252d9c0e1c489fdd.geocode( { 'address': "123 S Main St, Columbia City, IN 46725"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-city-IN-horizon-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbia-city-IN-horizon-bank'), mapOptions);}document.getElementById('31ad37cf').innerHTML += ' | View Map';var $l4c16c6e747b293da252d9c0e1c489fdd = '

Horizon Bank

Address: 123 S Main St, Columbia City, IN 46725
Phone: (260) 248-8181
';var m_4c16c6e747b293da252d9c0e1c489fdd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horizon Bank',});m_4c16c6e747b293da252d9c0e1c489fdd['infowindow'] = new google.maps.InfoWindow({content: $l4c16c6e747b293da252d9c0e1c489fdd});var infowindow = new google.maps.InfoWindow({content: $l4c16c6e747b293da252d9c0e1c489fdd});google.maps.event.addListener(m_4c16c6e747b293da252d9c0e1c489fdd, 'click', function() {infowindow.open(map,m_4c16c6e747b293da252d9c0e1c489fdd);});$marker.push(m_4c16c6e747b293da252d9c0e1c489fdd);}});}google.maps.event.addDomListener(window, 'load', initialize);