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(45.2979,-85.2554)};var g_dc27133730cd9a2146a54e6e8cf3e863 = new google.maps.Geocoder();g_dc27133730cd9a2146a54e6e8cf3e863.geocode( { 'address': "6536 M 66 N, Charlevoix, MI 49720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlevoix-MI-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('charlevoix-MI-atm-huntington-national-bank'), mapOptions);}document.getElementById('a2f97968').innerHTML += ' | View Map';var $ldc27133730cd9a2146a54e6e8cf3e863 = '

ATM (Huntington National Bank)

Address: 6536 M 66 N, Charlevoix, MI 49720, USA
Phone:
';var m_dc27133730cd9a2146a54e6e8cf3e863 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_dc27133730cd9a2146a54e6e8cf3e863['infowindow'] = new google.maps.InfoWindow({content: $ldc27133730cd9a2146a54e6e8cf3e863});var infowindow = new google.maps.InfoWindow({content: $ldc27133730cd9a2146a54e6e8cf3e863});google.maps.event.addListener(m_dc27133730cd9a2146a54e6e8cf3e863, 'click', function() {infowindow.open(map,m_dc27133730cd9a2146a54e6e8cf3e863);});$marker.push(m_dc27133730cd9a2146a54e6e8cf3e863);}});}google.maps.event.addDomListener(window, 'load', initialize);