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(39.1088,-84.5012)};var g_fc0047eea0225c264f98c06f10e023eb = new google.maps.Geocoder();g_fc0047eea0225c264f98c06f10e023eb.geocode( { 'address': "4411 Lake Forest Dr, Cincinnati, OH 45242"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-huntington-banks').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-huntington-banks'), mapOptions);}document.getElementById('f0418c31').innerHTML += ' | View Map';var $lfc0047eea0225c264f98c06f10e023eb = '

Huntington Banks

Address: 4411 Lake Forest Dr, Cincinnati, OH 45242
Phone: (513) 563-5050
';var m_fc0047eea0225c264f98c06f10e023eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Banks',});m_fc0047eea0225c264f98c06f10e023eb['infowindow'] = new google.maps.InfoWindow({content: $lfc0047eea0225c264f98c06f10e023eb});var infowindow = new google.maps.InfoWindow({content: $lfc0047eea0225c264f98c06f10e023eb});google.maps.event.addListener(m_fc0047eea0225c264f98c06f10e023eb, 'click', function() {infowindow.open(map,m_fc0047eea0225c264f98c06f10e023eb);});$marker.push(m_fc0047eea0225c264f98c06f10e023eb);}});}google.maps.event.addDomListener(window, 'load', initialize);