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.1858,-84.364)};var g_dcbf93b5151e9625d7c032a09115977a = new google.maps.Geocoder();g_dcbf93b5151e9625d7c032a09115977a.geocode( { 'address': "6801 Miami Ave, Madeira, OH 45243, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madeira-OH-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('madeira-OH-first-financial-bank'), mapOptions);}document.getElementById('de51a647').innerHTML += ' | View Map';var $ldcbf93b5151e9625d7c032a09115977a = '

First Financial Bank

Address: 6801 Miami Ave, Madeira, OH 45243, USA
Phone: (513) 924-2200
';var m_dcbf93b5151e9625d7c032a09115977a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_dcbf93b5151e9625d7c032a09115977a['infowindow'] = new google.maps.InfoWindow({content: $ldcbf93b5151e9625d7c032a09115977a});var infowindow = new google.maps.InfoWindow({content: $ldcbf93b5151e9625d7c032a09115977a});google.maps.event.addListener(m_dcbf93b5151e9625d7c032a09115977a, 'click', function() {infowindow.open(map,m_dcbf93b5151e9625d7c032a09115977a);});$marker.push(m_dcbf93b5151e9625d7c032a09115977a);}});}google.maps.event.addDomListener(window, 'load', initialize);