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(41.6169,-83.7029)};var g_5f1a951e48d92025ef74636c2d9c35ae = new google.maps.Geocoder();g_5f1a951e48d92025ef74636c2d9c35ae.geocode( { 'address': "1311 S McCord Rd, Holland, OH 43528, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holland-OH-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('holland-OH-atm-huntington-national-bank'), mapOptions);}document.getElementById('b5400f4e').innerHTML += ' | View Map';var $l5f1a951e48d92025ef74636c2d9c35ae = '

ATM (Huntington National Bank)

Address: 1311 S McCord Rd, Holland, OH 43528, USA
Phone:
';var m_5f1a951e48d92025ef74636c2d9c35ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_5f1a951e48d92025ef74636c2d9c35ae['infowindow'] = new google.maps.InfoWindow({content: $l5f1a951e48d92025ef74636c2d9c35ae});var infowindow = new google.maps.InfoWindow({content: $l5f1a951e48d92025ef74636c2d9c35ae});google.maps.event.addListener(m_5f1a951e48d92025ef74636c2d9c35ae, 'click', function() {infowindow.open(map,m_5f1a951e48d92025ef74636c2d9c35ae);});$marker.push(m_5f1a951e48d92025ef74636c2d9c35ae);}});}google.maps.event.addDomListener(window, 'load', initialize);