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.9249,-84.399)};var g_6fc18add59ae328cbdb7f602b1a535e5 = new google.maps.Geocoder();g_6fc18add59ae328cbdb7f602b1a535e5.geocode( { 'address': "192 S Meridian St, Cedarville, MI 49719"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedarville-MI-first-national-bank-of-st-ignace-les-cheneaux-branch').style.display = '';map = new google.maps.Map(document.getElementById('cedarville-MI-first-national-bank-of-st-ignace-les-cheneaux-branch'), mapOptions);}document.getElementById('957ecf60').innerHTML += ' | View Map';var $l6fc18add59ae328cbdb7f602b1a535e5 = '

First National Bank Of St Ignace Les Cheneaux Branch

Address: 192 S Meridian St, Cedarville, MI 49719
Phone: (906) 484-2262
';var m_6fc18add59ae328cbdb7f602b1a535e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank Of St Ignace Les Cheneaux Branch',});m_6fc18add59ae328cbdb7f602b1a535e5['infowindow'] = new google.maps.InfoWindow({content: $l6fc18add59ae328cbdb7f602b1a535e5});var infowindow = new google.maps.InfoWindow({content: $l6fc18add59ae328cbdb7f602b1a535e5});google.maps.event.addListener(m_6fc18add59ae328cbdb7f602b1a535e5, 'click', function() {infowindow.open(map,m_6fc18add59ae328cbdb7f602b1a535e5);});$marker.push(m_6fc18add59ae328cbdb7f602b1a535e5);}});}google.maps.event.addDomListener(window, 'load', initialize);