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.506,-84.7453)};var g_18d8a6eca27a335bf4d5146ebc2a4318 = new google.maps.Geocoder();g_18d8a6eca27a335bf4d5146ebc2a4318.geocode( { 'address': "335 S College Ave, Oxford, OH 45056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-OH-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('oxford-OH-first-financial-bank'), mapOptions);}document.getElementById('845a1689').innerHTML += ' | View Map';var $l18d8a6eca27a335bf4d5146ebc2a4318 = '

First Financial Bank

Address: 335 S College Ave, Oxford, OH 45056, USA
Phone: (513) 273-9100
';var m_18d8a6eca27a335bf4d5146ebc2a4318 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_18d8a6eca27a335bf4d5146ebc2a4318['infowindow'] = new google.maps.InfoWindow({content: $l18d8a6eca27a335bf4d5146ebc2a4318});var infowindow = new google.maps.InfoWindow({content: $l18d8a6eca27a335bf4d5146ebc2a4318});google.maps.event.addListener(m_18d8a6eca27a335bf4d5146ebc2a4318, 'click', function() {infowindow.open(map,m_18d8a6eca27a335bf4d5146ebc2a4318);});$marker.push(m_18d8a6eca27a335bf4d5146ebc2a4318);}});}google.maps.event.addDomListener(window, 'load', initialize);