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.5935,-82.9011)};var g_b12416a2c66cf3ca9f3f5eaff4b3def2 = new google.maps.Geocoder();g_b12416a2c66cf3ca9f3f5eaff4b3def2.geocode( { 'address': "39907 S Groesbeck Hwy, Charter Twp of Clinton, MI 48036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charter-township-of-clinton-MI-fifth-third-bank--atm').style.display = '';map = new google.maps.Map(document.getElementById('charter-township-of-clinton-MI-fifth-third-bank--atm'), mapOptions);}document.getElementById('28e60fda').innerHTML += ' | View Map';var $lb12416a2c66cf3ca9f3f5eaff4b3def2 = '

Fifth Third Bank & ATM

Address: 39907 S Groesbeck Hwy, Charter Twp of Clinton, MI 48036, USA
Phone: (586) 493-0881
';var m_b12416a2c66cf3ca9f3f5eaff4b3def2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank & ATM',});m_b12416a2c66cf3ca9f3f5eaff4b3def2['infowindow'] = new google.maps.InfoWindow({content: $lb12416a2c66cf3ca9f3f5eaff4b3def2});var infowindow = new google.maps.InfoWindow({content: $lb12416a2c66cf3ca9f3f5eaff4b3def2});google.maps.event.addListener(m_b12416a2c66cf3ca9f3f5eaff4b3def2, 'click', function() {infowindow.open(map,m_b12416a2c66cf3ca9f3f5eaff4b3def2);});$marker.push(m_b12416a2c66cf3ca9f3f5eaff4b3def2);}});}google.maps.event.addDomListener(window, 'load', initialize);