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.5358,-82.6827)};var g_04541ca7738ceb7972c70afb5e6ed738 = new google.maps.Geocoder();g_04541ca7738ceb7972c70afb5e6ed738.geocode( { 'address': "506 Park Ave, Ironton, OH 45638, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ironton-OH-city-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('ironton-OH-city-national-bank'), mapOptions);}document.getElementById('b52869a3').innerHTML += ' | View Map';var $l04541ca7738ceb7972c70afb5e6ed738 = '

City National Bank

Address: 506 Park Ave, Ironton, OH 45638, USA
Phone: (740) 532-6845
';var m_04541ca7738ceb7972c70afb5e6ed738 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City National Bank',});m_04541ca7738ceb7972c70afb5e6ed738['infowindow'] = new google.maps.InfoWindow({content: $l04541ca7738ceb7972c70afb5e6ed738});var infowindow = new google.maps.InfoWindow({content: $l04541ca7738ceb7972c70afb5e6ed738});google.maps.event.addListener(m_04541ca7738ceb7972c70afb5e6ed738, 'click', function() {infowindow.open(map,m_04541ca7738ceb7972c70afb5e6ed738);});$marker.push(m_04541ca7738ceb7972c70afb5e6ed738);}});}google.maps.event.addDomListener(window, 'load', initialize);