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.6294,-82.8626)};var g_b13432d01614c9d18263698af2837e1e = new google.maps.Geocoder();g_b13432d01614c9d18263698af2837e1e.geocode( { 'address': "24276 Hall Rd, 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-tcf-bank').style.display = '';map = new google.maps.Map(document.getElementById('charter-township-of-clinton-MI-tcf-bank'), mapOptions);}document.getElementById('739d80a5').innerHTML += ' | View Map';var $lb13432d01614c9d18263698af2837e1e = '

TCF Bank

Address: 24276 Hall Rd, Charter Twp of Clinton, MI 48036, USA
Phone: (800) 823-2265
';var m_b13432d01614c9d18263698af2837e1e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TCF Bank',});m_b13432d01614c9d18263698af2837e1e['infowindow'] = new google.maps.InfoWindow({content: $lb13432d01614c9d18263698af2837e1e});var infowindow = new google.maps.InfoWindow({content: $lb13432d01614c9d18263698af2837e1e});google.maps.event.addListener(m_b13432d01614c9d18263698af2837e1e, 'click', function() {infowindow.open(map,m_b13432d01614c9d18263698af2837e1e);});$marker.push(m_b13432d01614c9d18263698af2837e1e);}});}google.maps.event.addDomListener(window, 'load', initialize);