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.2403,-83.7922)};var g_162c9557a309ce6841dd9a5035da2def = new google.maps.Geocoder();g_162c9557a309ce6841dd9a5035da2def.geocode( { 'address': "111 S Main St, Lynchburg, OH 45142, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lynchburg-OH-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('lynchburg-OH-first-financial-bank'), mapOptions);}document.getElementById('4abb37cd').innerHTML += ' | View Map';var $l162c9557a309ce6841dd9a5035da2def = '

First Financial Bank

Address: 111 S Main St, Lynchburg, OH 45142, USA
Phone: (877) 322-9530
';var m_162c9557a309ce6841dd9a5035da2def = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_162c9557a309ce6841dd9a5035da2def['infowindow'] = new google.maps.InfoWindow({content: $l162c9557a309ce6841dd9a5035da2def});var infowindow = new google.maps.InfoWindow({content: $l162c9557a309ce6841dd9a5035da2def});google.maps.event.addListener(m_162c9557a309ce6841dd9a5035da2def, 'click', function() {infowindow.open(map,m_162c9557a309ce6841dd9a5035da2def);});$marker.push(m_162c9557a309ce6841dd9a5035da2def);}});}google.maps.event.addDomListener(window, 'load', initialize);