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(41.0899,-80.5849)};var g_fa4c703105a64adb59ac75c0ba6316ad = new google.maps.Geocoder();g_fa4c703105a64adb59ac75c0ba6316ad.geocode( { 'address': "809 McCartney Rd, Campbell, OH 44405, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('campbell-OH-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('campbell-OH-huntington-bank'), mapOptions);}document.getElementById('dff27452').innerHTML += ' | View Map';var $lfa4c703105a64adb59ac75c0ba6316ad = '

Huntington Bank

Address: 809 McCartney Rd, Campbell, OH 44405, USA
Phone: (330) 747-6394
';var m_fa4c703105a64adb59ac75c0ba6316ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_fa4c703105a64adb59ac75c0ba6316ad['infowindow'] = new google.maps.InfoWindow({content: $lfa4c703105a64adb59ac75c0ba6316ad});var infowindow = new google.maps.InfoWindow({content: $lfa4c703105a64adb59ac75c0ba6316ad});google.maps.event.addListener(m_fa4c703105a64adb59ac75c0ba6316ad, 'click', function() {infowindow.open(map,m_fa4c703105a64adb59ac75c0ba6316ad);});$marker.push(m_fa4c703105a64adb59ac75c0ba6316ad);}});}google.maps.event.addDomListener(window, 'load', initialize);