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.1785,-81.3214)};var g_d0827043dbbfc18eb8fb662b0bef026c = new google.maps.Geocoder();g_d0827043dbbfc18eb8fb662b0bef026c.geocode( { 'address': "321 4th Ave, Montgomery, WV 25136"}, 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('f3e939a5').innerHTML += ' | View Map';var $ld0827043dbbfc18eb8fb662b0bef026c = '

City National Bank

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