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.3596,-83.7574)};var g_f8c1f23d6a8d8d7904fc0ea8e066b3bb = new google.maps.Geocoder();g_f8c1f23d6a8d8d7904fc0ea8e066b3bb.geocode( { 'address': "201 E Columbus Ave, Bellefontaine, OH 43311"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bellefontaine-OH-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('bellefontaine-OH-huntington-national-bank'), mapOptions);}document.getElementById('0480c8ce').innerHTML += ' | View Map';var $lf8c1f23d6a8d8d7904fc0ea8e066b3bb = '

Huntington National Bank

Address: 201 E Columbus Ave, Bellefontaine, OH 43311
Phone: (937) 593-2010
';var m_f8c1f23d6a8d8d7904fc0ea8e066b3bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington National Bank',});m_f8c1f23d6a8d8d7904fc0ea8e066b3bb['infowindow'] = new google.maps.InfoWindow({content: $lf8c1f23d6a8d8d7904fc0ea8e066b3bb});var infowindow = new google.maps.InfoWindow({content: $lf8c1f23d6a8d8d7904fc0ea8e066b3bb});google.maps.event.addListener(m_f8c1f23d6a8d8d7904fc0ea8e066b3bb, 'click', function() {infowindow.open(map,m_f8c1f23d6a8d8d7904fc0ea8e066b3bb);});$marker.push(m_f8c1f23d6a8d8d7904fc0ea8e066b3bb);}});}google.maps.event.addDomListener(window, 'load', initialize);