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(37.2554,-81.2016)};var g_7db8742948ee2a4a67999d26941bfa01 = new google.maps.Geocoder();g_7db8742948ee2a4a67999d26941bfa01.geocode( { 'address': "3152 E Cumberland Rd, Bluefield, WV 24701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bluefield-WV-mc-dowell-co-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('bluefield-WV-mc-dowell-co-national-bank'), mapOptions);}document.getElementById('04b54755').innerHTML += ' | View Map';var $l7db8742948ee2a4a67999d26941bfa01 = '

Mc Dowell Co National Bank

Address: 3152 E Cumberland Rd, Bluefield, WV 24701, USA
Phone: (304) 324-3901
';var m_7db8742948ee2a4a67999d26941bfa01 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mc Dowell Co National Bank',});m_7db8742948ee2a4a67999d26941bfa01['infowindow'] = new google.maps.InfoWindow({content: $l7db8742948ee2a4a67999d26941bfa01});var infowindow = new google.maps.InfoWindow({content: $l7db8742948ee2a4a67999d26941bfa01});google.maps.event.addListener(m_7db8742948ee2a4a67999d26941bfa01, 'click', function() {infowindow.open(map,m_7db8742948ee2a4a67999d26941bfa01);});$marker.push(m_7db8742948ee2a4a67999d26941bfa01);}});}google.maps.event.addDomListener(window, 'load', initialize);