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(38.5201,-82.7242)};var g_eddb904a6db773755d2857aacadb1cb0 = new google.maps.Geocoder();g_eddb904a6db773755d2857aacadb1cb0.geocode( { 'address': "US 23, Russell, KY 41169"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('russell-KY-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('russell-KY-huntington-national-bank'), mapOptions);}document.getElementById('f1b31f98').innerHTML += ' | View Map';var $leddb904a6db773755d2857aacadb1cb0 = '

Huntington National Bank

Address: US 23, Russell, KY 41169
Phone: (606) 329-1118
';var m_eddb904a6db773755d2857aacadb1cb0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington National Bank',});m_eddb904a6db773755d2857aacadb1cb0['infowindow'] = new google.maps.InfoWindow({content: $leddb904a6db773755d2857aacadb1cb0});var infowindow = new google.maps.InfoWindow({content: $leddb904a6db773755d2857aacadb1cb0});google.maps.event.addListener(m_eddb904a6db773755d2857aacadb1cb0, 'click', function() {infowindow.open(map,m_eddb904a6db773755d2857aacadb1cb0);});$marker.push(m_eddb904a6db773755d2857aacadb1cb0);}});}google.maps.event.addDomListener(window, 'load', initialize);