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.0099,-81.8618)};var g_a849796db8f46701f8e41b0586a09fae = new google.maps.Geocoder();g_a849796db8f46701f8e41b0586a09fae.geocode( { 'address': "8 E Main St, Seville, OH 44273, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seville-OH-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('seville-OH-huntington-bank'), mapOptions);}document.getElementById('ce0fd79a').innerHTML += ' | View Map';var $la849796db8f46701f8e41b0586a09fae = '

Huntington Bank

Address: 8 E Main St, Seville, OH 44273, USA
Phone: (330) 769-2077
';var m_a849796db8f46701f8e41b0586a09fae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_a849796db8f46701f8e41b0586a09fae['infowindow'] = new google.maps.InfoWindow({content: $la849796db8f46701f8e41b0586a09fae});var infowindow = new google.maps.InfoWindow({content: $la849796db8f46701f8e41b0586a09fae});google.maps.event.addListener(m_a849796db8f46701f8e41b0586a09fae, 'click', function() {infowindow.open(map,m_a849796db8f46701f8e41b0586a09fae);});$marker.push(m_a849796db8f46701f8e41b0586a09fae);}});}google.maps.event.addDomListener(window, 'load', initialize);