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_2ad70d3d14e5acd3c27dbdbefdf567c5 = new google.maps.Geocoder();g_2ad70d3d14e5acd3c27dbdbefdf567c5.geocode( { 'address': "3846 Pine Grove Ave, Fort Gratiot, MI 48059"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-gratiot-MI-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-gratiot-MI-fifth-third-bank'), mapOptions);}document.getElementById('3f9f33d7').innerHTML += ' | View Map';var $l2ad70d3d14e5acd3c27dbdbefdf567c5 = '

Fifth Third Bank

Address: 3846 Pine Grove Ave, Fort Gratiot, MI 48059
Phone: (810) 987-3600
';var m_2ad70d3d14e5acd3c27dbdbefdf567c5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_2ad70d3d14e5acd3c27dbdbefdf567c5['infowindow'] = new google.maps.InfoWindow({content: $l2ad70d3d14e5acd3c27dbdbefdf567c5});var infowindow = new google.maps.InfoWindow({content: $l2ad70d3d14e5acd3c27dbdbefdf567c5});google.maps.event.addListener(m_2ad70d3d14e5acd3c27dbdbefdf567c5, 'click', function() {infowindow.open(map,m_2ad70d3d14e5acd3c27dbdbefdf567c5);});$marker.push(m_2ad70d3d14e5acd3c27dbdbefdf567c5);}});}google.maps.event.addDomListener(window, 'load', initialize);