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.5065,-84.7524)};var g_a0161c65dc9f943adac0381c880e0ad4 = new google.maps.Geocoder();g_a0161c65dc9f943adac0381c880e0ad4.geocode( { 'address': "475 McGuffey Ave, Oxford, OH 45056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-OH-miami-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('oxford-OH-miami-savings-bank'), mapOptions);}document.getElementById('23df6a6d').innerHTML += ' | View Map';var $la0161c65dc9f943adac0381c880e0ad4 = '

Miami Savings Bank

Address: 475 McGuffey Ave, Oxford, OH 45056, USA
Phone: (513) 523-7711
';var m_a0161c65dc9f943adac0381c880e0ad4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Miami Savings Bank',});m_a0161c65dc9f943adac0381c880e0ad4['infowindow'] = new google.maps.InfoWindow({content: $la0161c65dc9f943adac0381c880e0ad4});var infowindow = new google.maps.InfoWindow({content: $la0161c65dc9f943adac0381c880e0ad4});google.maps.event.addListener(m_a0161c65dc9f943adac0381c880e0ad4, 'click', function() {infowindow.open(map,m_a0161c65dc9f943adac0381c880e0ad4);});$marker.push(m_a0161c65dc9f943adac0381c880e0ad4);}});}google.maps.event.addDomListener(window, 'load', initialize);