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.5576,-84.5513)};var g_5f29e5610684f967649692aefc4f619e = new google.maps.Geocoder();g_5f29e5610684f967649692aefc4f619e.geocode( { 'address': "601 Grand Lake Rd, Celina, OH 45822, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('celina-OH-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('celina-OH-citizens-national-bank'), mapOptions);}document.getElementById('2f2214b2').innerHTML += ' | View Map';var $l5f29e5610684f967649692aefc4f619e = '

Citizens National Bank

Address: 601 Grand Lake Rd, Celina, OH 45822, USA
Phone: (419) 584-2300
';var m_5f29e5610684f967649692aefc4f619e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank',});m_5f29e5610684f967649692aefc4f619e['infowindow'] = new google.maps.InfoWindow({content: $l5f29e5610684f967649692aefc4f619e});var infowindow = new google.maps.InfoWindow({content: $l5f29e5610684f967649692aefc4f619e});google.maps.event.addListener(m_5f29e5610684f967649692aefc4f619e, 'click', function() {infowindow.open(map,m_5f29e5610684f967649692aefc4f619e);});$marker.push(m_5f29e5610684f967649692aefc4f619e);}});}google.maps.event.addDomListener(window, 'load', initialize);