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.73,-79.3509)};var g_60d03ef62249c20b90b60c89d6e3cb55 = new google.maps.Geocoder();g_60d03ef62249c20b90b60c89d6e3cb55.geocode( { 'address': "128 W 21st St, Buena Vista, VA 24416"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buena-vista-VA-city-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('buena-vista-VA-city-national-bank'), mapOptions);}document.getElementById('5dd6d8bf').innerHTML += ' | View Map';var $l60d03ef62249c20b90b60c89d6e3cb55 = '

City National Bank

Address: 128 W 21st St, Buena Vista, VA 24416
Phone: (540) 261-3010
';var m_60d03ef62249c20b90b60c89d6e3cb55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City National Bank',});m_60d03ef62249c20b90b60c89d6e3cb55['infowindow'] = new google.maps.InfoWindow({content: $l60d03ef62249c20b90b60c89d6e3cb55});var infowindow = new google.maps.InfoWindow({content: $l60d03ef62249c20b90b60c89d6e3cb55});google.maps.event.addListener(m_60d03ef62249c20b90b60c89d6e3cb55, 'click', function() {infowindow.open(map,m_60d03ef62249c20b90b60c89d6e3cb55);});$marker.push(m_60d03ef62249c20b90b60c89d6e3cb55);}});}google.maps.event.addDomListener(window, 'load', initialize);