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(44.6536,-84.7076)};var g_656832ec849968fafffbb5356b22f781 = new google.maps.Geocoder();g_656832ec849968fafffbb5356b22f781.geocode( { 'address': "2195 I-75BL, Grayling, MI 49738, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grayling-MI-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('grayling-MI-atm-huntington-national-bank'), mapOptions);}document.getElementById('eee9e4fb').innerHTML += ' | View Map';var $l656832ec849968fafffbb5356b22f781 = '

ATM (Huntington National Bank)

Address: 2195 I-75BL, Grayling, MI 49738, USA
Phone:
';var m_656832ec849968fafffbb5356b22f781 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_656832ec849968fafffbb5356b22f781['infowindow'] = new google.maps.InfoWindow({content: $l656832ec849968fafffbb5356b22f781});var infowindow = new google.maps.InfoWindow({content: $l656832ec849968fafffbb5356b22f781});google.maps.event.addListener(m_656832ec849968fafffbb5356b22f781, 'click', function() {infowindow.open(map,m_656832ec849968fafffbb5356b22f781);});$marker.push(m_656832ec849968fafffbb5356b22f781);}});}google.maps.event.addDomListener(window, 'load', initialize);