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.2708,-79.9393)};var g_d931f6100c48da6a7bf87ba1da89f21b = new google.maps.Geocoder();g_d931f6100c48da6a7bf87ba1da89f21b.geocode( { 'address': "2133 Electric Rd, Roanoke, VA 24018"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roanoke-VA-city-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('roanoke-VA-city-national-bank'), mapOptions);}document.getElementById('a89c55dd').innerHTML += ' | View Map';var $ld931f6100c48da6a7bf87ba1da89f21b = '

City National Bank

Address: 2133 Electric Rd, Roanoke, VA 24018
Phone: (540) 725-1425
';var m_d931f6100c48da6a7bf87ba1da89f21b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City National Bank',});m_d931f6100c48da6a7bf87ba1da89f21b['infowindow'] = new google.maps.InfoWindow({content: $ld931f6100c48da6a7bf87ba1da89f21b});var infowindow = new google.maps.InfoWindow({content: $ld931f6100c48da6a7bf87ba1da89f21b});google.maps.event.addListener(m_d931f6100c48da6a7bf87ba1da89f21b, 'click', function() {infowindow.open(map,m_d931f6100c48da6a7bf87ba1da89f21b);});$marker.push(m_d931f6100c48da6a7bf87ba1da89f21b);}});}google.maps.event.addDomListener(window, 'load', initialize);