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.3447,-85.5081)};var g_79c662560b0a5f1ae00b623ad8c775e3 = new google.maps.Geocoder();g_79c662560b0a5f1ae00b623ad8c775e3.geocode( { 'address': "1014 Newberry Ave, Newberry, MI 49868"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newberry-MI-first-national-bank-st-ignace').style.display = '';map = new google.maps.Map(document.getElementById('newberry-MI-first-national-bank-st-ignace'), mapOptions);}document.getElementById('ae676bca').innerHTML += ' | View Map';var $l79c662560b0a5f1ae00b623ad8c775e3 = '

First National Bank-St Ignace

Address: 1014 Newberry Ave, Newberry, MI 49868
Phone: (906) 293-5160
';var m_79c662560b0a5f1ae00b623ad8c775e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-St Ignace',});m_79c662560b0a5f1ae00b623ad8c775e3['infowindow'] = new google.maps.InfoWindow({content: $l79c662560b0a5f1ae00b623ad8c775e3});var infowindow = new google.maps.InfoWindow({content: $l79c662560b0a5f1ae00b623ad8c775e3});google.maps.event.addListener(m_79c662560b0a5f1ae00b623ad8c775e3, 'click', function() {infowindow.open(map,m_79c662560b0a5f1ae00b623ad8c775e3);});$marker.push(m_79c662560b0a5f1ae00b623ad8c775e3);}});}google.maps.event.addDomListener(window, 'load', initialize);