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.9378,-79.1364)};var g_55972f0bf0b7074d528a6d77d4b12adb = new google.maps.Geocoder();g_55972f0bf0b7074d528a6d77d4b12adb.geocode( { 'address': "2134 Raphine Rd, Raphine, VA 24472"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('raphine-VA-city-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('raphine-VA-city-national-bank'), mapOptions);}document.getElementById('6225dd87').innerHTML += ' | View Map';var $l55972f0bf0b7074d528a6d77d4b12adb = '

City National Bank

Address: 2134 Raphine Rd, Raphine, VA 24472
Phone: (540) 377-5300
';var m_55972f0bf0b7074d528a6d77d4b12adb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City National Bank',});m_55972f0bf0b7074d528a6d77d4b12adb['infowindow'] = new google.maps.InfoWindow({content: $l55972f0bf0b7074d528a6d77d4b12adb});var infowindow = new google.maps.InfoWindow({content: $l55972f0bf0b7074d528a6d77d4b12adb});google.maps.event.addListener(m_55972f0bf0b7074d528a6d77d4b12adb, 'click', function() {infowindow.open(map,m_55972f0bf0b7074d528a6d77d4b12adb);});$marker.push(m_55972f0bf0b7074d528a6d77d4b12adb);}});}google.maps.event.addDomListener(window, 'load', initialize);