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.1813,-81.3236)};var g_467018f7a1af7ae551500ef2981385d7 = new google.maps.Geocoder();g_467018f7a1af7ae551500ef2981385d7.geocode( { 'address': "321 4th Ave, Montgomery, WV 25136, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montgomery-WV-city-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('montgomery-WV-city-national-bank'), mapOptions);}document.getElementById('d31e9810').innerHTML += ' | View Map';var $l467018f7a1af7ae551500ef2981385d7 = '

City National Bank

Address: 321 4th Ave, Montgomery, WV 25136, USA
Phone: (304) 442-6000
';var m_467018f7a1af7ae551500ef2981385d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City National Bank',});m_467018f7a1af7ae551500ef2981385d7['infowindow'] = new google.maps.InfoWindow({content: $l467018f7a1af7ae551500ef2981385d7});var infowindow = new google.maps.InfoWindow({content: $l467018f7a1af7ae551500ef2981385d7});google.maps.event.addListener(m_467018f7a1af7ae551500ef2981385d7, 'click', function() {infowindow.open(map,m_467018f7a1af7ae551500ef2981385d7);});$marker.push(m_467018f7a1af7ae551500ef2981385d7);}});}google.maps.event.addDomListener(window, 'load', initialize);