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(40.6908,-84.6461)};var g_de6aa127c4d592014d5d49c74a0d69a1 = new google.maps.Geocoder();g_de6aa127c4d592014d5d49c74a0d69a1.geocode( { 'address': "166 S Main St, Rockford, OH 45882, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockford-OH-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('rockford-OH-first-financial-bank'), mapOptions);}document.getElementById('6e70f173').innerHTML += ' | View Map';var $lde6aa127c4d592014d5d49c74a0d69a1 = '

First Financial Bank

Address: 166 S Main St, Rockford, OH 45882, USA
Phone: (419) 363-3933
';var m_de6aa127c4d592014d5d49c74a0d69a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_de6aa127c4d592014d5d49c74a0d69a1['infowindow'] = new google.maps.InfoWindow({content: $lde6aa127c4d592014d5d49c74a0d69a1});var infowindow = new google.maps.InfoWindow({content: $lde6aa127c4d592014d5d49c74a0d69a1});google.maps.event.addListener(m_de6aa127c4d592014d5d49c74a0d69a1, 'click', function() {infowindow.open(map,m_de6aa127c4d592014d5d49c74a0d69a1);});$marker.push(m_de6aa127c4d592014d5d49c74a0d69a1);}});}google.maps.event.addDomListener(window, 'load', initialize);