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.5401,-83.7865)};var g_0410f7a88c51cc43c5b987d4caf2406a = new google.maps.Geocoder();g_0410f7a88c51cc43c5b987d4caf2406a.geocode( { 'address': "8610 W Grand River Ave, Brighton, MI 48116, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brighton-MI-tcf-bank').style.display = '';map = new google.maps.Map(document.getElementById('brighton-MI-tcf-bank'), mapOptions);}document.getElementById('b38a2612').innerHTML += ' | View Map';var $l0410f7a88c51cc43c5b987d4caf2406a = '

TCF Bank

Address: 8610 W Grand River Ave, Brighton, MI 48116, USA
Phone: (800) 823-2265
';var m_0410f7a88c51cc43c5b987d4caf2406a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TCF Bank',});m_0410f7a88c51cc43c5b987d4caf2406a['infowindow'] = new google.maps.InfoWindow({content: $l0410f7a88c51cc43c5b987d4caf2406a});var infowindow = new google.maps.InfoWindow({content: $l0410f7a88c51cc43c5b987d4caf2406a});google.maps.event.addListener(m_0410f7a88c51cc43c5b987d4caf2406a, 'click', function() {infowindow.open(map,m_0410f7a88c51cc43c5b987d4caf2406a);});$marker.push(m_0410f7a88c51cc43c5b987d4caf2406a);}});}google.maps.event.addDomListener(window, 'load', initialize);