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.4943,-84.7441)};var g_cbaf8da430f436f4d7231a9dcfd48c16 = new google.maps.Geocoder();g_cbaf8da430f436f4d7231a9dcfd48c16.geocode( { 'address': "5200 College Corner Pike, Oxford, OH 45056"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-OH-oxford-bank').style.display = '';map = new google.maps.Map(document.getElementById('oxford-OH-oxford-bank'), mapOptions);}document.getElementById('d30a0755').innerHTML += ' | View Map';var $lcbaf8da430f436f4d7231a9dcfd48c16 = '

Oxford Bank

Address: 5200 College Corner Pike, Oxford, OH 45056
Phone: (513) 523-4310
';var m_cbaf8da430f436f4d7231a9dcfd48c16 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oxford Bank',});m_cbaf8da430f436f4d7231a9dcfd48c16['infowindow'] = new google.maps.InfoWindow({content: $lcbaf8da430f436f4d7231a9dcfd48c16});var infowindow = new google.maps.InfoWindow({content: $lcbaf8da430f436f4d7231a9dcfd48c16});google.maps.event.addListener(m_cbaf8da430f436f4d7231a9dcfd48c16, 'click', function() {infowindow.open(map,m_cbaf8da430f436f4d7231a9dcfd48c16);});$marker.push(m_cbaf8da430f436f4d7231a9dcfd48c16);}});}google.maps.event.addDomListener(window, 'load', initialize);