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.6361,-84.0824)};var g_af0b3f7f8672d108ac2c5683aafa3371 = new google.maps.Geocoder();g_af0b3f7f8672d108ac2c5683aafa3371.geocode( { 'address': "2010 S Lakeman Dr, Bellbrook, OH 45305"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bellbrook-OH-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('bellbrook-OH-huntington-national-bank'), mapOptions);}document.getElementById('2fe46797').innerHTML += ' | View Map';var $laf0b3f7f8672d108ac2c5683aafa3371 = '

Huntington National Bank

Address: 2010 S Lakeman Dr, Bellbrook, OH 45305
Phone: (937) 848-6861
';var m_af0b3f7f8672d108ac2c5683aafa3371 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington National Bank',});m_af0b3f7f8672d108ac2c5683aafa3371['infowindow'] = new google.maps.InfoWindow({content: $laf0b3f7f8672d108ac2c5683aafa3371});var infowindow = new google.maps.InfoWindow({content: $laf0b3f7f8672d108ac2c5683aafa3371});google.maps.event.addListener(m_af0b3f7f8672d108ac2c5683aafa3371, 'click', function() {infowindow.open(map,m_af0b3f7f8672d108ac2c5683aafa3371);});$marker.push(m_af0b3f7f8672d108ac2c5683aafa3371);}});}google.maps.event.addDomListener(window, 'load', initialize);