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(46.4553,-90.169)};var g_1d8afe506a98ee4c91a19e74469a8a05 = new google.maps.Geocoder();g_1d8afe506a98ee4c91a19e74469a8a05.geocode( { 'address': "100 S Suffolk St, Ironwood, MI 49938, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ironwood-MI-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('ironwood-MI-huntington-bank'), mapOptions);}document.getElementById('aa500247').innerHTML += ' | View Map';var $l1d8afe506a98ee4c91a19e74469a8a05 = '

Huntington Bank

Address: 100 S Suffolk St, Ironwood, MI 49938, USA
Phone: (906) 932-4006
';var m_1d8afe506a98ee4c91a19e74469a8a05 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_1d8afe506a98ee4c91a19e74469a8a05['infowindow'] = new google.maps.InfoWindow({content: $l1d8afe506a98ee4c91a19e74469a8a05});var infowindow = new google.maps.InfoWindow({content: $l1d8afe506a98ee4c91a19e74469a8a05});google.maps.event.addListener(m_1d8afe506a98ee4c91a19e74469a8a05, 'click', function() {infowindow.open(map,m_1d8afe506a98ee4c91a19e74469a8a05);});$marker.push(m_1d8afe506a98ee4c91a19e74469a8a05);}});}google.maps.event.addDomListener(window, 'load', initialize);