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.3135,-81.9456)};var g_8aef1343f7c60c2dee067172f139bfe0 = new google.maps.Geocoder();g_8aef1343f7c60c2dee067172f139bfe0.geocode( { 'address': "26570 Royalton Rd, Columbia Station, OH 44028, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-station-OH-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbia-station-OH-huntington-bank'), mapOptions);}document.getElementById('c8621824').innerHTML += ' | View Map';var $l8aef1343f7c60c2dee067172f139bfe0 = '

Huntington Bank

Address: 26570 Royalton Rd, Columbia Station, OH 44028, USA
Phone: (440) 236-5011
';var m_8aef1343f7c60c2dee067172f139bfe0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_8aef1343f7c60c2dee067172f139bfe0['infowindow'] = new google.maps.InfoWindow({content: $l8aef1343f7c60c2dee067172f139bfe0});var infowindow = new google.maps.InfoWindow({content: $l8aef1343f7c60c2dee067172f139bfe0});google.maps.event.addListener(m_8aef1343f7c60c2dee067172f139bfe0, 'click', function() {infowindow.open(map,m_8aef1343f7c60c2dee067172f139bfe0);});$marker.push(m_8aef1343f7c60c2dee067172f139bfe0);}});}google.maps.event.addDomListener(window, 'load', initialize);