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.9635,-86.2539)};var g_c3bc66954e7f2b615a95c86c294a372e = new google.maps.Geocoder();g_c3bc66954e7f2b615a95c86c294a372e.geocode( { 'address': "231 Deer St, Manistique, MI 49854, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manistique-MI-state-savings-bank-manistique').style.display = '';map = new google.maps.Map(document.getElementById('manistique-MI-state-savings-bank-manistique'), mapOptions);}document.getElementById('5bd786bf').innerHTML += ' | View Map';var $lc3bc66954e7f2b615a95c86c294a372e = '

State Savings Bank-Manistique

Address: 231 Deer St, Manistique, MI 49854, USA
Phone: (906) 341-4617
';var m_c3bc66954e7f2b615a95c86c294a372e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Savings Bank-Manistique',});m_c3bc66954e7f2b615a95c86c294a372e['infowindow'] = new google.maps.InfoWindow({content: $lc3bc66954e7f2b615a95c86c294a372e});var infowindow = new google.maps.InfoWindow({content: $lc3bc66954e7f2b615a95c86c294a372e});google.maps.event.addListener(m_c3bc66954e7f2b615a95c86c294a372e, 'click', function() {infowindow.open(map,m_c3bc66954e7f2b615a95c86c294a372e);});$marker.push(m_c3bc66954e7f2b615a95c86c294a372e);}});}google.maps.event.addDomListener(window, 'load', initialize);