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(44.9672,-85.6399)};var g_adf25053d151feb92dcb8bb2fb8e69b6 = new google.maps.Geocoder();g_adf25053d151feb92dcb8bb2fb8e69b6.geocode( { 'address': "93 W Fourth St, Suttons Bay, MI 49682"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('suttons-bay-MI-traverse-city-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('suttons-bay-MI-traverse-city-state-bank'), mapOptions);}document.getElementById('29c42d2b').innerHTML += ' | View Map';var $ladf25053d151feb92dcb8bb2fb8e69b6 = '

Traverse City State Bank

Address: 93 W Fourth St, Suttons Bay, MI 49682
Phone: (231) 271-2990
';var m_adf25053d151feb92dcb8bb2fb8e69b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Traverse City State Bank',});m_adf25053d151feb92dcb8bb2fb8e69b6['infowindow'] = new google.maps.InfoWindow({content: $ladf25053d151feb92dcb8bb2fb8e69b6});var infowindow = new google.maps.InfoWindow({content: $ladf25053d151feb92dcb8bb2fb8e69b6});google.maps.event.addListener(m_adf25053d151feb92dcb8bb2fb8e69b6, 'click', function() {infowindow.open(map,m_adf25053d151feb92dcb8bb2fb8e69b6);});$marker.push(m_adf25053d151feb92dcb8bb2fb8e69b6);}});}google.maps.event.addDomListener(window, 'load', initialize);