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.0756,-82.48)};var g_a8d97425b65357ac228b9e2015df4e3a = new google.maps.Geocoder();g_a8d97425b65357ac228b9e2015df4e3a.geocode( { 'address': "3061 Krafft Rd, Fort Gratiot, MI 48059"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-gratiot-MI-eastern-michigan-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-gratiot-MI-eastern-michigan-bank'), mapOptions);}document.getElementById('750129eb').innerHTML += ' | View Map';var $la8d97425b65357ac228b9e2015df4e3a = '

Eastern Michigan Bank

Address: 3061 Krafft Rd, Fort Gratiot, MI 48059
Phone: (810) 966-2281
';var m_a8d97425b65357ac228b9e2015df4e3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eastern Michigan Bank',});m_a8d97425b65357ac228b9e2015df4e3a['infowindow'] = new google.maps.InfoWindow({content: $la8d97425b65357ac228b9e2015df4e3a});var infowindow = new google.maps.InfoWindow({content: $la8d97425b65357ac228b9e2015df4e3a});google.maps.event.addListener(m_a8d97425b65357ac228b9e2015df4e3a, 'click', function() {infowindow.open(map,m_a8d97425b65357ac228b9e2015df4e3a);});$marker.push(m_a8d97425b65357ac228b9e2015df4e3a);}});}google.maps.event.addDomListener(window, 'load', initialize);