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(43.5616,-86.3573)};var g_ee24544795bf59a8343731c3501c6b4e = new google.maps.Geocoder();g_ee24544795bf59a8343731c3501c6b4e.geocode( { 'address': "4683 1st St, New Era, MI 49446"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-era-MI-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-era-MI-huntington-national-bank'), mapOptions);}document.getElementById('8cc521ac').innerHTML += ' | View Map';var $lee24544795bf59a8343731c3501c6b4e = '

Huntington National Bank

Address: 4683 1st St, New Era, MI 49446
Phone: (231) 861-5190
';var m_ee24544795bf59a8343731c3501c6b4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington National Bank',});m_ee24544795bf59a8343731c3501c6b4e['infowindow'] = new google.maps.InfoWindow({content: $lee24544795bf59a8343731c3501c6b4e});var infowindow = new google.maps.InfoWindow({content: $lee24544795bf59a8343731c3501c6b4e});google.maps.event.addListener(m_ee24544795bf59a8343731c3501c6b4e, 'click', function() {infowindow.open(map,m_ee24544795bf59a8343731c3501c6b4e);});$marker.push(m_ee24544795bf59a8343731c3501c6b4e);}});}google.maps.event.addDomListener(window, 'load', initialize);