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.707,-86.8644)};var g_a04a1063c853aead22889289a5f71e39 = new google.maps.Geocoder();g_a04a1063c853aead22889289a5f71e39.geocode( { 'address': "2801 E Michigan Blvd, Michigan City, IN 46360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('michigan-city-IN-horizon-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('michigan-city-IN-horizon-bank-atm'), mapOptions);}document.getElementById('852fbe43').innerHTML += ' | View Map';var $la04a1063c853aead22889289a5f71e39 = '

Horizon Bank ATM

Address: 2801 E Michigan Blvd, Michigan City, IN 46360, USA
Phone: (888) 873-2640
';var m_a04a1063c853aead22889289a5f71e39 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horizon Bank ATM',});m_a04a1063c853aead22889289a5f71e39['infowindow'] = new google.maps.InfoWindow({content: $la04a1063c853aead22889289a5f71e39});var infowindow = new google.maps.InfoWindow({content: $la04a1063c853aead22889289a5f71e39});google.maps.event.addListener(m_a04a1063c853aead22889289a5f71e39, 'click', function() {infowindow.open(map,m_a04a1063c853aead22889289a5f71e39);});$marker.push(m_a04a1063c853aead22889289a5f71e39);}});}google.maps.event.addDomListener(window, 'load', initialize);