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.1981,-85.628)};var g_892affbf0ca609fa5973b694e30a5791 = new google.maps.Geocoder();g_892affbf0ca609fa5973b694e30a5791.geocode( { 'address': "3250 W Centre Ave, Portage, MI 49024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portage-MI-horizon-bank---portage-mi').style.display = '';map = new google.maps.Map(document.getElementById('portage-MI-horizon-bank---portage-mi'), mapOptions);}document.getElementById('23fe067a').innerHTML += ' | View Map';var $l892affbf0ca609fa5973b694e30a5791 = '

Horizon Bank - Portage, Mi

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