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(42.2044,-85.5987)};var g_14ce1239a6638e0b7acb18c8bc60a340 = new google.maps.Geocoder();g_14ce1239a6638e0b7acb18c8bc60a340.geocode( { 'address': "3250 W Centre Ave, Portage, MI 49024"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portage-MI-horizon-bank').style.display = '';map = new google.maps.Map(document.getElementById('portage-MI-horizon-bank'), mapOptions);}document.getElementById('9e14f6bd').innerHTML += ' | View Map';var $l14ce1239a6638e0b7acb18c8bc60a340 = '

Horizon Bank

Address: 3250 W Centre Ave, Portage, MI 49024
Phone: (269) 216-0020
';var m_14ce1239a6638e0b7acb18c8bc60a340 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horizon Bank',});m_14ce1239a6638e0b7acb18c8bc60a340['infowindow'] = new google.maps.InfoWindow({content: $l14ce1239a6638e0b7acb18c8bc60a340});var infowindow = new google.maps.InfoWindow({content: $l14ce1239a6638e0b7acb18c8bc60a340});google.maps.event.addListener(m_14ce1239a6638e0b7acb18c8bc60a340, 'click', function() {infowindow.open(map,m_14ce1239a6638e0b7acb18c8bc60a340);});$marker.push(m_14ce1239a6638e0b7acb18c8bc60a340);}});}google.maps.event.addDomListener(window, 'load', initialize);