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(39.0222,-84.2256)};var g_bff74309ccc1cff808f1c4ce2c6bbc7f = new google.maps.Geocoder();g_bff74309ccc1cff808f1c4ce2c6bbc7f.geocode( { 'address': "18 W Main St, Amelia, OH 45102"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amelia-OH-keybank').style.display = '';map = new google.maps.Map(document.getElementById('amelia-OH-keybank'), mapOptions);}document.getElementById('577d6a0d').innerHTML += ' | View Map';var $lbff74309ccc1cff808f1c4ce2c6bbc7f = '

KeyBank

Address: 18 W Main St, Amelia, OH 45102
Phone: (513) 753-4657
';var m_bff74309ccc1cff808f1c4ce2c6bbc7f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_bff74309ccc1cff808f1c4ce2c6bbc7f['infowindow'] = new google.maps.InfoWindow({content: $lbff74309ccc1cff808f1c4ce2c6bbc7f});var infowindow = new google.maps.InfoWindow({content: $lbff74309ccc1cff808f1c4ce2c6bbc7f});google.maps.event.addListener(m_bff74309ccc1cff808f1c4ce2c6bbc7f, 'click', function() {infowindow.open(map,m_bff74309ccc1cff808f1c4ce2c6bbc7f);});$marker.push(m_bff74309ccc1cff808f1c4ce2c6bbc7f);}});}google.maps.event.addDomListener(window, 'load', initialize);