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(43.0491,-86.2194)};var g_7a0fcc493dae57a2391d6e3b813bc064 = new google.maps.Geocoder();g_7a0fcc493dae57a2391d6e3b813bc064.geocode( { 'address': "1300 S Beacon Blvd, Grand Haven, MI 49417, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-haven-MI-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('grand-haven-MI-atm-huntington-national-bank'), mapOptions);}document.getElementById('bcccc26c').innerHTML += ' | View Map';var $l7a0fcc493dae57a2391d6e3b813bc064 = '

ATM (Huntington National Bank)

Address: 1300 S Beacon Blvd, Grand Haven, MI 49417, USA
Phone: (616) 886-3336
';var m_7a0fcc493dae57a2391d6e3b813bc064 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_7a0fcc493dae57a2391d6e3b813bc064['infowindow'] = new google.maps.InfoWindow({content: $l7a0fcc493dae57a2391d6e3b813bc064});var infowindow = new google.maps.InfoWindow({content: $l7a0fcc493dae57a2391d6e3b813bc064});google.maps.event.addListener(m_7a0fcc493dae57a2391d6e3b813bc064, 'click', function() {infowindow.open(map,m_7a0fcc493dae57a2391d6e3b813bc064);});$marker.push(m_7a0fcc493dae57a2391d6e3b813bc064);}});}google.maps.event.addDomListener(window, 'load', initialize);