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(35.7187,-82.5471)};var g_82122995137082069332d40e2863bc07 = new google.maps.Geocoder();g_82122995137082069332d40e2863bc07.geocode( { 'address': "81 Weaver Blvd, Weaverville, NC 28787"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weaverville-NC-rbc-centura').style.display = '';map = new google.maps.Map(document.getElementById('weaverville-NC-rbc-centura'), mapOptions);}document.getElementById('bc615d65').innerHTML += ' | View Map';var $l82122995137082069332d40e2863bc07 = '

RBC Centura

Address: 81 Weaver Blvd, Weaverville, NC 28787
Phone: (828) 645-2300
';var m_82122995137082069332d40e2863bc07 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RBC Centura',});m_82122995137082069332d40e2863bc07['infowindow'] = new google.maps.InfoWindow({content: $l82122995137082069332d40e2863bc07});var infowindow = new google.maps.InfoWindow({content: $l82122995137082069332d40e2863bc07});google.maps.event.addListener(m_82122995137082069332d40e2863bc07, 'click', function() {infowindow.open(map,m_82122995137082069332d40e2863bc07);});$marker.push(m_82122995137082069332d40e2863bc07);}});}google.maps.event.addDomListener(window, 'load', initialize);