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(42.586,-90.0198)};var g_777344fc8d37c1a4fec152f4d169d0f3 = new google.maps.Geocoder();g_777344fc8d37c1a4fec152f4d169d0f3.geocode( { 'address': "5800 Phillips St, Gratiot, WI 53541"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gratiot-WI-gratiot-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('gratiot-WI-gratiot-state-bank'), mapOptions);}document.getElementById('cbe77571').innerHTML += ' | View Map';var $l777344fc8d37c1a4fec152f4d169d0f3 = '

Gratiot State Bank

Address: 5800 Phillips St, Gratiot, WI 53541
Phone: (608) 922-6422
';var m_777344fc8d37c1a4fec152f4d169d0f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gratiot State Bank',});m_777344fc8d37c1a4fec152f4d169d0f3['infowindow'] = new google.maps.InfoWindow({content: $l777344fc8d37c1a4fec152f4d169d0f3});var infowindow = new google.maps.InfoWindow({content: $l777344fc8d37c1a4fec152f4d169d0f3});google.maps.event.addListener(m_777344fc8d37c1a4fec152f4d169d0f3, 'click', function() {infowindow.open(map,m_777344fc8d37c1a4fec152f4d169d0f3);});$marker.push(m_777344fc8d37c1a4fec152f4d169d0f3);}});}google.maps.event.addDomListener(window, 'load', initialize);