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.8925,-80.6939)};var g_75f97d2ced28f37b74b8a747fc160c16 = new google.maps.Geocoder();g_75f97d2ced28f37b74b8a747fc160c16.geocode( { 'address': "235 N Main St, Columbiana, OH 44408, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbiana-OH-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbiana-OH-huntington-bank'), mapOptions);}document.getElementById('d5d049bf').innerHTML += ' | View Map';var $l75f97d2ced28f37b74b8a747fc160c16 = '

Huntington Bank

Address: 235 N Main St, Columbiana, OH 44408, USA
Phone: (330) 482-2300
';var m_75f97d2ced28f37b74b8a747fc160c16 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_75f97d2ced28f37b74b8a747fc160c16['infowindow'] = new google.maps.InfoWindow({content: $l75f97d2ced28f37b74b8a747fc160c16});var infowindow = new google.maps.InfoWindow({content: $l75f97d2ced28f37b74b8a747fc160c16});google.maps.event.addListener(m_75f97d2ced28f37b74b8a747fc160c16, 'click', function() {infowindow.open(map,m_75f97d2ced28f37b74b8a747fc160c16);});$marker.push(m_75f97d2ced28f37b74b8a747fc160c16);}});}google.maps.event.addDomListener(window, 'load', initialize);