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.5591,-84.5401)};var g_b20069dc1365b1c98f6347e135b4e75a = new google.maps.Geocoder();g_b20069dc1365b1c98f6347e135b4e75a.geocode( { 'address': "1951 Havemann Rd, Celina, OH 45822, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('celina-OH-first-financial-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('celina-OH-first-financial-bank-atm'), mapOptions);}document.getElementById('814e2bd0').innerHTML += ' | View Map';var $lb20069dc1365b1c98f6347e135b4e75a = '

First Financial Bank ATM

Address: 1951 Havemann Rd, Celina, OH 45822, USA
Phone: (877) 322-9530
';var m_b20069dc1365b1c98f6347e135b4e75a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank ATM',});m_b20069dc1365b1c98f6347e135b4e75a['infowindow'] = new google.maps.InfoWindow({content: $lb20069dc1365b1c98f6347e135b4e75a});var infowindow = new google.maps.InfoWindow({content: $lb20069dc1365b1c98f6347e135b4e75a});google.maps.event.addListener(m_b20069dc1365b1c98f6347e135b4e75a, 'click', function() {infowindow.open(map,m_b20069dc1365b1c98f6347e135b4e75a);});$marker.push(m_b20069dc1365b1c98f6347e135b4e75a);}});}google.maps.event.addDomListener(window, 'load', initialize);