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.5035,-81.4995)};var g_b2d9405b6be83dd471a4a18b87d77124 = new google.maps.Geocoder();g_b2d9405b6be83dd471a4a18b87d77124.geocode( { 'address': "25105 Cedar Rd, Lyndhurst, OH 44124, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lyndhurst-OH-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('lyndhurst-OH-huntington-bank'), mapOptions);}document.getElementById('816ca5db').innerHTML += ' | View Map';var $lb2d9405b6be83dd471a4a18b87d77124 = '

Huntington Bank

Address: 25105 Cedar Rd, Lyndhurst, OH 44124, USA
Phone: (216) 515-0030
';var m_b2d9405b6be83dd471a4a18b87d77124 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_b2d9405b6be83dd471a4a18b87d77124['infowindow'] = new google.maps.InfoWindow({content: $lb2d9405b6be83dd471a4a18b87d77124});var infowindow = new google.maps.InfoWindow({content: $lb2d9405b6be83dd471a4a18b87d77124});google.maps.event.addListener(m_b2d9405b6be83dd471a4a18b87d77124, 'click', function() {infowindow.open(map,m_b2d9405b6be83dd471a4a18b87d77124);});$marker.push(m_b2d9405b6be83dd471a4a18b87d77124);}});}google.maps.event.addDomListener(window, 'load', initialize);