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(45.8133,-88.0688)};var g_ccc267212b615062fdd3648f65e4587e = new google.maps.Geocoder();g_ccc267212b615062fdd3648f65e4587e.geocode( { 'address': "1000 Carpenter Ave, Iron Mountain, MI 49801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('iron-mountain-MI-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('iron-mountain-MI-huntington-bank'), mapOptions);}document.getElementById('a1139631').innerHTML += ' | View Map';var $lccc267212b615062fdd3648f65e4587e = '

Huntington Bank

Address: 1000 Carpenter Ave, Iron Mountain, MI 49801, USA
Phone: (906) 774-0404
';var m_ccc267212b615062fdd3648f65e4587e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_ccc267212b615062fdd3648f65e4587e['infowindow'] = new google.maps.InfoWindow({content: $lccc267212b615062fdd3648f65e4587e});var infowindow = new google.maps.InfoWindow({content: $lccc267212b615062fdd3648f65e4587e});google.maps.event.addListener(m_ccc267212b615062fdd3648f65e4587e, 'click', function() {infowindow.open(map,m_ccc267212b615062fdd3648f65e4587e);});$marker.push(m_ccc267212b615062fdd3648f65e4587e);}});}google.maps.event.addDomListener(window, 'load', initialize);