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.4328,-87.3641)};var g_e1024bfc5700b8a9619cefeb4fef3055 = new google.maps.Geocoder();g_e1024bfc5700b8a9619cefeb4fef3055.geocode( { 'address': "1300 N Main St, Crown Point, IN 46307, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crown-point-IN-horizon-bank---crown-point').style.display = '';map = new google.maps.Map(document.getElementById('crown-point-IN-horizon-bank---crown-point'), mapOptions);}document.getElementById('d9fb4e7b').innerHTML += ' | View Map';var $le1024bfc5700b8a9619cefeb4fef3055 = '

Horizon Bank - Crown Point

Address: 1300 N Main St, Crown Point, IN 46307, USA
Phone: (219) 662-6500
';var m_e1024bfc5700b8a9619cefeb4fef3055 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horizon Bank - Crown Point',});m_e1024bfc5700b8a9619cefeb4fef3055['infowindow'] = new google.maps.InfoWindow({content: $le1024bfc5700b8a9619cefeb4fef3055});var infowindow = new google.maps.InfoWindow({content: $le1024bfc5700b8a9619cefeb4fef3055});google.maps.event.addListener(m_e1024bfc5700b8a9619cefeb4fef3055, 'click', function() {infowindow.open(map,m_e1024bfc5700b8a9619cefeb4fef3055);});$marker.push(m_e1024bfc5700b8a9619cefeb4fef3055);}});}google.maps.event.addDomListener(window, 'load', initialize);