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.2986,-82.6055)};var g_fa1bc57d6fcd87dedef2f9a1f9d9982f = new google.maps.Geocoder();g_fa1bc57d6fcd87dedef2f9a1f9d9982f.geocode( { 'address': "33 Park St, Milan, OH 44846, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milan-OH-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('milan-OH-atm-key-bank'), mapOptions);}document.getElementById('23935a54').innerHTML += ' | View Map';var $lfa1bc57d6fcd87dedef2f9a1f9d9982f = '

ATM (Key Bank)

Address: 33 Park St, Milan, OH 44846, USA
Phone:
';var m_fa1bc57d6fcd87dedef2f9a1f9d9982f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_fa1bc57d6fcd87dedef2f9a1f9d9982f['infowindow'] = new google.maps.InfoWindow({content: $lfa1bc57d6fcd87dedef2f9a1f9d9982f});var infowindow = new google.maps.InfoWindow({content: $lfa1bc57d6fcd87dedef2f9a1f9d9982f});google.maps.event.addListener(m_fa1bc57d6fcd87dedef2f9a1f9d9982f, 'click', function() {infowindow.open(map,m_fa1bc57d6fcd87dedef2f9a1f9d9982f);});$marker.push(m_fa1bc57d6fcd87dedef2f9a1f9d9982f);}});}google.maps.event.addDomListener(window, 'load', initialize);