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.8445,-82.8791)};var g_baaf111c2bdc129a356a14f79fefd224 = new google.maps.Geocoder();g_baaf111c2bdc129a356a14f79fefd224.geocode( { 'address': "556 Main St, Groveport, OH 43125"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('groveport-OH-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('groveport-OH-huntington-national-bank'), mapOptions);}document.getElementById('5ac1545f').innerHTML += ' | View Map';var $lbaaf111c2bdc129a356a14f79fefd224 = '

Huntington National Bank

Address: 556 Main St, Groveport, OH 43125
Phone: (614) 480-0009
';var m_baaf111c2bdc129a356a14f79fefd224 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington National Bank',});m_baaf111c2bdc129a356a14f79fefd224['infowindow'] = new google.maps.InfoWindow({content: $lbaaf111c2bdc129a356a14f79fefd224});var infowindow = new google.maps.InfoWindow({content: $lbaaf111c2bdc129a356a14f79fefd224});google.maps.event.addListener(m_baaf111c2bdc129a356a14f79fefd224, 'click', function() {infowindow.open(map,m_baaf111c2bdc129a356a14f79fefd224);});$marker.push(m_baaf111c2bdc129a356a14f79fefd224);}});}google.maps.event.addDomListener(window, 'load', initialize);