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.8304,-86.0942)};var g_44f683a84163b3523afe57c2e008bc8c = new google.maps.Geocoder();g_44f683a84163b3523afe57c2e008bc8c.geocode( { 'address': "3413 W Shore Dr, Holland, MI 49424, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holland-MI-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('holland-MI-atm-huntington-national-bank'), mapOptions);}document.getElementById('93ad6604').innerHTML += ' | View Map';var $l44f683a84163b3523afe57c2e008bc8c = '

ATM (Huntington National Bank)

Address: 3413 W Shore Dr, Holland, MI 49424, USA
Phone:
';var m_44f683a84163b3523afe57c2e008bc8c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_44f683a84163b3523afe57c2e008bc8c['infowindow'] = new google.maps.InfoWindow({content: $l44f683a84163b3523afe57c2e008bc8c});var infowindow = new google.maps.InfoWindow({content: $l44f683a84163b3523afe57c2e008bc8c});google.maps.event.addListener(m_44f683a84163b3523afe57c2e008bc8c, 'click', function() {infowindow.open(map,m_44f683a84163b3523afe57c2e008bc8c);});$marker.push(m_44f683a84163b3523afe57c2e008bc8c);}});var g_9b659e5c18f3cbda567f34d9cce9f1c7 = new google.maps.Geocoder();g_9b659e5c18f3cbda567f34d9cce9f1c7.geocode( { 'address': "329 N River Ave, Holland, MI 49424, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holland-MI-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('holland-MI-atm-huntington-national-bank'), mapOptions);}document.getElementById('31caddbf').innerHTML += ' | View Map';var $l9b659e5c18f3cbda567f34d9cce9f1c7 = '

ATM (Huntington National Bank)

Address: 329 N River Ave, Holland, MI 49424, USA
Phone:
';var m_9b659e5c18f3cbda567f34d9cce9f1c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_9b659e5c18f3cbda567f34d9cce9f1c7['infowindow'] = new google.maps.InfoWindow({content: $l9b659e5c18f3cbda567f34d9cce9f1c7});var infowindow = new google.maps.InfoWindow({content: $l9b659e5c18f3cbda567f34d9cce9f1c7});google.maps.event.addListener(m_9b659e5c18f3cbda567f34d9cce9f1c7, 'click', function() {infowindow.open(map,m_9b659e5c18f3cbda567f34d9cce9f1c7);});$marker.push(m_9b659e5c18f3cbda567f34d9cce9f1c7);}});}google.maps.event.addDomListener(window, 'load', initialize);