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.2129,-81.4226)};var g_26e301c83d240baf19f1843df677ab84 = new google.maps.Geocoder();g_26e301c83d240baf19f1843df677ab84.geocode( { 'address': "102 Melrose Dr, Glasgow, WV 25086, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glasgow-WV-city-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('glasgow-WV-city-national-bank'), mapOptions);}document.getElementById('3a0998cb').innerHTML += ' | View Map';var $l26e301c83d240baf19f1843df677ab84 = '

City National Bank

Address: 102 Melrose Dr, Glasgow, WV 25086, USA
Phone: (304) 595-2025
';var m_26e301c83d240baf19f1843df677ab84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City National Bank',});m_26e301c83d240baf19f1843df677ab84['infowindow'] = new google.maps.InfoWindow({content: $l26e301c83d240baf19f1843df677ab84});var infowindow = new google.maps.InfoWindow({content: $l26e301c83d240baf19f1843df677ab84});google.maps.event.addListener(m_26e301c83d240baf19f1843df677ab84, 'click', function() {infowindow.open(map,m_26e301c83d240baf19f1843df677ab84);});$marker.push(m_26e301c83d240baf19f1843df677ab84);}});}google.maps.event.addDomListener(window, 'load', initialize);