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.6114,-83.7039)};var g_d8c4b9a46ef46a0b3dae8a1e1279a8d8 = new google.maps.Geocoder();g_d8c4b9a46ef46a0b3dae8a1e1279a8d8.geocode( { 'address': "6811 Airport Hwy, Holland, OH 43528, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holland-OH-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('holland-OH-atm-key-bank'), mapOptions);}document.getElementById('d66d395f').innerHTML += ' | View Map';var $ld8c4b9a46ef46a0b3dae8a1e1279a8d8 = '

ATM (Key Bank)

Address: 6811 Airport Hwy, Holland, OH 43528, USA
Phone: (419) 866-2801
';var m_d8c4b9a46ef46a0b3dae8a1e1279a8d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_d8c4b9a46ef46a0b3dae8a1e1279a8d8['infowindow'] = new google.maps.InfoWindow({content: $ld8c4b9a46ef46a0b3dae8a1e1279a8d8});var infowindow = new google.maps.InfoWindow({content: $ld8c4b9a46ef46a0b3dae8a1e1279a8d8});google.maps.event.addListener(m_d8c4b9a46ef46a0b3dae8a1e1279a8d8, 'click', function() {infowindow.open(map,m_d8c4b9a46ef46a0b3dae8a1e1279a8d8);});$marker.push(m_d8c4b9a46ef46a0b3dae8a1e1279a8d8);}});}google.maps.event.addDomListener(window, 'load', initialize);