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.4259,-81.6137)};var g_576de785f42edab467b8b23a3fb0c168 = new google.maps.Geocoder();g_576de785f42edab467b8b23a3fb0c168.geocode( { 'address': "4932 Turney Rd, Garfield Heights, OH 44125, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garfield-heights-OH-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('garfield-heights-OH-huntington-bank'), mapOptions);}document.getElementById('edca124d').innerHTML += ' | View Map';var $l576de785f42edab467b8b23a3fb0c168 = '

Huntington Bank

Address: 4932 Turney Rd, Garfield Heights, OH 44125, USA
Phone: (216) 515-0010
';var m_576de785f42edab467b8b23a3fb0c168 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_576de785f42edab467b8b23a3fb0c168['infowindow'] = new google.maps.InfoWindow({content: $l576de785f42edab467b8b23a3fb0c168});var infowindow = new google.maps.InfoWindow({content: $l576de785f42edab467b8b23a3fb0c168});google.maps.event.addListener(m_576de785f42edab467b8b23a3fb0c168, 'click', function() {infowindow.open(map,m_576de785f42edab467b8b23a3fb0c168);});$marker.push(m_576de785f42edab467b8b23a3fb0c168);}});}google.maps.event.addDomListener(window, 'load', initialize);