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(41.1384,-84.5794)};var g_371a05e16de0164bc6f0c4e49a689ab2 = new google.maps.Geocoder();g_371a05e16de0164bc6f0c4e49a689ab2.geocode( { 'address': "201 N Main St, Paulding, OH 45879, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paulding-OH-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('paulding-OH-first-financial-bank'), mapOptions);}document.getElementById('b4dda62f').innerHTML += ' | View Map';var $l371a05e16de0164bc6f0c4e49a689ab2 = '

First Financial Bank

Address: 201 N Main St, Paulding, OH 45879, USA
Phone: (419) 399-5085
';var m_371a05e16de0164bc6f0c4e49a689ab2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_371a05e16de0164bc6f0c4e49a689ab2['infowindow'] = new google.maps.InfoWindow({content: $l371a05e16de0164bc6f0c4e49a689ab2});var infowindow = new google.maps.InfoWindow({content: $l371a05e16de0164bc6f0c4e49a689ab2});google.maps.event.addListener(m_371a05e16de0164bc6f0c4e49a689ab2, 'click', function() {infowindow.open(map,m_371a05e16de0164bc6f0c4e49a689ab2);});$marker.push(m_371a05e16de0164bc6f0c4e49a689ab2);}});}google.maps.event.addDomListener(window, 'load', initialize);