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.6282,-82.9973)};var g_aa82d64de045fb73ebae8c13f7da0634 = new google.maps.Geocoder();g_aa82d64de045fb73ebae8c13f7da0634.geocode( { 'address': "13221 Hall Rd, Utica, MI 48315, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('utica-MI-tcf-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('utica-MI-tcf-bank-atm'), mapOptions);}document.getElementById('7b9b6979').innerHTML += ' | View Map';var $laa82d64de045fb73ebae8c13f7da0634 = '

TCF Bank ATM

Address: 13221 Hall Rd, Utica, MI 48315, USA
Phone: (800) 823-2265
';var m_aa82d64de045fb73ebae8c13f7da0634 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TCF Bank ATM',});m_aa82d64de045fb73ebae8c13f7da0634['infowindow'] = new google.maps.InfoWindow({content: $laa82d64de045fb73ebae8c13f7da0634});var infowindow = new google.maps.InfoWindow({content: $laa82d64de045fb73ebae8c13f7da0634});google.maps.event.addListener(m_aa82d64de045fb73ebae8c13f7da0634, 'click', function() {infowindow.open(map,m_aa82d64de045fb73ebae8c13f7da0634);});$marker.push(m_aa82d64de045fb73ebae8c13f7da0634);}});}google.maps.event.addDomListener(window, 'load', initialize);