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.3379,-83.8887)};var g_5388f07f3d6f9621398089d032202cd9 = new google.maps.Geocoder();g_5388f07f3d6f9621398089d032202cd9.geocode( { 'address': "8081 Main St, Dexter, MI 48130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dexter-MI-atm-tcf-bank').style.display = '';map = new google.maps.Map(document.getElementById('dexter-MI-atm-tcf-bank'), mapOptions);}document.getElementById('f581cca0').innerHTML += ' | View Map';var $l5388f07f3d6f9621398089d032202cd9 = '

ATM (TCF Bank)

Address: 8081 Main St, Dexter, MI 48130, USA
Phone:
';var m_5388f07f3d6f9621398089d032202cd9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (TCF Bank)',});m_5388f07f3d6f9621398089d032202cd9['infowindow'] = new google.maps.InfoWindow({content: $l5388f07f3d6f9621398089d032202cd9});var infowindow = new google.maps.InfoWindow({content: $l5388f07f3d6f9621398089d032202cd9});google.maps.event.addListener(m_5388f07f3d6f9621398089d032202cd9, 'click', function() {infowindow.open(map,m_5388f07f3d6f9621398089d032202cd9);});$marker.push(m_5388f07f3d6f9621398089d032202cd9);}});}google.maps.event.addDomListener(window, 'load', initialize);