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.8179,-88.0666)};var g_49024dbba391e7b6d937dfe7b3354b45 = new google.maps.Geocoder();g_49024dbba391e7b6d937dfe7b3354b45.geocode( { 'address': "1600 S Stephenson Ave, Iron Mountain, MI 49801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('iron-mountain-MI-first-national-bank-and-trust-econo-office').style.display = '';map = new google.maps.Map(document.getElementById('iron-mountain-MI-first-national-bank-and-trust-econo-office'), mapOptions);}document.getElementById('a9a65ba9').innerHTML += ' | View Map';var $l49024dbba391e7b6d937dfe7b3354b45 = '

First National Bank and Trust - Econo Office

Address: 1600 S Stephenson Ave, Iron Mountain, MI 49801
Phone: (906) 776-3080
';var m_49024dbba391e7b6d937dfe7b3354b45 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank and Trust - Econo Office',});m_49024dbba391e7b6d937dfe7b3354b45['infowindow'] = new google.maps.InfoWindow({content: $l49024dbba391e7b6d937dfe7b3354b45});var infowindow = new google.maps.InfoWindow({content: $l49024dbba391e7b6d937dfe7b3354b45});google.maps.event.addListener(m_49024dbba391e7b6d937dfe7b3354b45, 'click', function() {infowindow.open(map,m_49024dbba391e7b6d937dfe7b3354b45);});$marker.push(m_49024dbba391e7b6d937dfe7b3354b45);}});}google.maps.event.addDomListener(window, 'load', initialize);