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.5595,-86.3455)};var g_ea54cb6446fd8f6c4072838222ab0fca = new google.maps.Geocoder();g_ea54cb6446fd8f6c4072838222ab0fca.geocode( { 'address': "4683 North First Street, New Era, MI 49446, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-era-MI-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-era-MI-huntington-bank'), mapOptions);}document.getElementById('b160506f').innerHTML += ' | View Map';var $lea54cb6446fd8f6c4072838222ab0fca = '

Huntington Bank

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