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(43.948,-83.2342)};var g_7f56061fb30e16364c61cc7fc0a8b4e9 = new google.maps.Geocoder();g_7f56061fb30e16364c61cc7fc0a8b4e9.geocode( { 'address': "7100 Main St, Caseville, MI 48725"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('caseville-MI-thumb-national-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('caseville-MI-thumb-national-bank-trust-co'), mapOptions);}document.getElementById('1c82c3ef').innerHTML += ' | View Map';var $l7f56061fb30e16364c61cc7fc0a8b4e9 = '

Thumb National Bank & Trust Co

Address: 7100 Main St, Caseville, MI 48725
Phone: (989) 856-2247
';var m_7f56061fb30e16364c61cc7fc0a8b4e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Thumb National Bank & Trust Co',});m_7f56061fb30e16364c61cc7fc0a8b4e9['infowindow'] = new google.maps.InfoWindow({content: $l7f56061fb30e16364c61cc7fc0a8b4e9});var infowindow = new google.maps.InfoWindow({content: $l7f56061fb30e16364c61cc7fc0a8b4e9});google.maps.event.addListener(m_7f56061fb30e16364c61cc7fc0a8b4e9, 'click', function() {infowindow.open(map,m_7f56061fb30e16364c61cc7fc0a8b4e9);});$marker.push(m_7f56061fb30e16364c61cc7fc0a8b4e9);}});}google.maps.event.addDomListener(window, 'load', initialize);