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_190dc48ab6014f014bd0cd9bf3770b4c = new google.maps.Geocoder();g_190dc48ab6014f014bd0cd9bf3770b4c.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-keybank').style.display = '';map = new google.maps.Map(document.getElementById('milan-OH-keybank'), mapOptions);}document.getElementById('23935a54').innerHTML += ' | View Map';var $l190dc48ab6014f014bd0cd9bf3770b4c = '

KeyBank

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