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.4255,-82.3458)};var g_07ccbb81d3f8d0d251bd591030e08f47 = new google.maps.Geocoder();g_07ccbb81d3f8d0d251bd591030e08f47.geocode( { 'address': "4530 Liberty Ave, Vermilion, OH 44089, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vermilion-OH-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('vermilion-OH-huntington-bank'), mapOptions);}document.getElementById('88675c8a').innerHTML += ' | View Map';var $l07ccbb81d3f8d0d251bd591030e08f47 = '

Huntington Bank

Address: 4530 Liberty Ave, Vermilion, OH 44089, USA
Phone: (440) 967-6111
';var m_07ccbb81d3f8d0d251bd591030e08f47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_07ccbb81d3f8d0d251bd591030e08f47['infowindow'] = new google.maps.InfoWindow({content: $l07ccbb81d3f8d0d251bd591030e08f47});var infowindow = new google.maps.InfoWindow({content: $l07ccbb81d3f8d0d251bd591030e08f47});google.maps.event.addListener(m_07ccbb81d3f8d0d251bd591030e08f47, 'click', function() {infowindow.open(map,m_07ccbb81d3f8d0d251bd591030e08f47);});$marker.push(m_07ccbb81d3f8d0d251bd591030e08f47);}});}google.maps.event.addDomListener(window, 'load', initialize);