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.7432,-85.1785)};var g_e5a4b5bc797cc460aeb7884f20d91454 = new google.maps.Geocoder();g_e5a4b5bc797cc460aeb7884f20d91454.geocode( { 'address': "302 Mile Rd, Kalkaska, MI 49646, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kalkaska-MI-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('kalkaska-MI-atm-huntington-national-bank'), mapOptions);}document.getElementById('647571e6').innerHTML += ' | View Map';var $le5a4b5bc797cc460aeb7884f20d91454 = '

ATM (Huntington National Bank)

Address: 302 Mile Rd, Kalkaska, MI 49646, USA
Phone:
';var m_e5a4b5bc797cc460aeb7884f20d91454 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_e5a4b5bc797cc460aeb7884f20d91454['infowindow'] = new google.maps.InfoWindow({content: $le5a4b5bc797cc460aeb7884f20d91454});var infowindow = new google.maps.InfoWindow({content: $le5a4b5bc797cc460aeb7884f20d91454});google.maps.event.addListener(m_e5a4b5bc797cc460aeb7884f20d91454, 'click', function() {infowindow.open(map,m_e5a4b5bc797cc460aeb7884f20d91454);});$marker.push(m_e5a4b5bc797cc460aeb7884f20d91454);}});}google.maps.event.addDomListener(window, 'load', initialize);