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.465,-81.5052)};var g_5b112a46b5fef011237ebaba0748936a = new google.maps.Geocoder();g_5b112a46b5fef011237ebaba0748936a.geocode( { 'address': "24615 Chagrin Blvd, Beachwood, OH 44122, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beachwood-OH-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('beachwood-OH-huntington-bank'), mapOptions);}document.getElementById('78c6b23d').innerHTML += ' | View Map';var $l5b112a46b5fef011237ebaba0748936a = '

Huntington Bank

Address: 24615 Chagrin Blvd, Beachwood, OH 44122, USA
Phone: (216) 515-0053
';var m_5b112a46b5fef011237ebaba0748936a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_5b112a46b5fef011237ebaba0748936a['infowindow'] = new google.maps.InfoWindow({content: $l5b112a46b5fef011237ebaba0748936a});var infowindow = new google.maps.InfoWindow({content: $l5b112a46b5fef011237ebaba0748936a});google.maps.event.addListener(m_5b112a46b5fef011237ebaba0748936a, 'click', function() {infowindow.open(map,m_5b112a46b5fef011237ebaba0748936a);});$marker.push(m_5b112a46b5fef011237ebaba0748936a);}});}google.maps.event.addDomListener(window, 'load', initialize);