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.5543,-84.5406)};var g_6c8fdc356ba993be615c41811b0a0fca = new google.maps.Geocoder();g_6c8fdc356ba993be615c41811b0a0fca.geocode( { 'address': "1950 Havemann Rd, Celina, OH 45822, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('celina-OH-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('celina-OH-woodforest-national-bank'), mapOptions);}document.getElementById('1233fb53').innerHTML += ' | View Map';var $l6c8fdc356ba993be615c41811b0a0fca = '

Woodforest National Bank

Address: 1950 Havemann Rd, Celina, OH 45822, USA
Phone: (419) 586-8496
';var m_6c8fdc356ba993be615c41811b0a0fca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_6c8fdc356ba993be615c41811b0a0fca['infowindow'] = new google.maps.InfoWindow({content: $l6c8fdc356ba993be615c41811b0a0fca});var infowindow = new google.maps.InfoWindow({content: $l6c8fdc356ba993be615c41811b0a0fca});google.maps.event.addListener(m_6c8fdc356ba993be615c41811b0a0fca, 'click', function() {infowindow.open(map,m_6c8fdc356ba993be615c41811b0a0fca);});$marker.push(m_6c8fdc356ba993be615c41811b0a0fca);}});}google.maps.event.addDomListener(window, 'load', initialize);