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.2834,-83.53)};var g_87a0b1cc98e2e5929bda2ea331ecb9e6 = new google.maps.Geocoder();g_87a0b1cc98e2e5929bda2ea331ecb9e6.geocode( { 'address': "8428 State Rd, Millington, MI 48746, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millington-MI-mayville-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('millington-MI-mayville-state-bank'), mapOptions);}document.getElementById('40f34437').innerHTML += ' | View Map';var $l87a0b1cc98e2e5929bda2ea331ecb9e6 = '

Mayville State Bank

Address: 8428 State Rd, Millington, MI 48746, USA
Phone: (989) 871-5501
';var m_87a0b1cc98e2e5929bda2ea331ecb9e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mayville State Bank',});m_87a0b1cc98e2e5929bda2ea331ecb9e6['infowindow'] = new google.maps.InfoWindow({content: $l87a0b1cc98e2e5929bda2ea331ecb9e6});var infowindow = new google.maps.InfoWindow({content: $l87a0b1cc98e2e5929bda2ea331ecb9e6});google.maps.event.addListener(m_87a0b1cc98e2e5929bda2ea331ecb9e6, 'click', function() {infowindow.open(map,m_87a0b1cc98e2e5929bda2ea331ecb9e6);});$marker.push(m_87a0b1cc98e2e5929bda2ea331ecb9e6);}});}google.maps.event.addDomListener(window, 'load', initialize);