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(44.1028,-85.1446)};var g_93309339f73204d15aa25fd7d8112bfb = new google.maps.Geocoder();g_93309339f73204d15aa25fd7d8112bfb.geocode( { 'address': "201 E Main St, Marion, MI 49665, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-MI-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('marion-MI-huntington-bank'), mapOptions);}document.getElementById('22e6d66f').innerHTML += ' | View Map';var $l93309339f73204d15aa25fd7d8112bfb = '

Huntington Bank

Address: 201 E Main St, Marion, MI 49665, USA
Phone: (231) 743-2491
';var m_93309339f73204d15aa25fd7d8112bfb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_93309339f73204d15aa25fd7d8112bfb['infowindow'] = new google.maps.InfoWindow({content: $l93309339f73204d15aa25fd7d8112bfb});var infowindow = new google.maps.InfoWindow({content: $l93309339f73204d15aa25fd7d8112bfb});google.maps.event.addListener(m_93309339f73204d15aa25fd7d8112bfb, 'click', function() {infowindow.open(map,m_93309339f73204d15aa25fd7d8112bfb);});$marker.push(m_93309339f73204d15aa25fd7d8112bfb);}});}google.maps.event.addDomListener(window, 'load', initialize);