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.53,-82.8394)};var g_4ea8982596915ae3bf5e9dc46e17222c = new google.maps.Geocoder();g_4ea8982596915ae3bf5e9dc46e17222c.geocode( { 'address': "66 Academy St, Canton, NC 28716"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-NC-rbc-centura').style.display = '';map = new google.maps.Map(document.getElementById('canton-NC-rbc-centura'), mapOptions);}document.getElementById('289205da').innerHTML += ' | View Map';var $l4ea8982596915ae3bf5e9dc46e17222c = '

RBC Centura

Address: 66 Academy St, Canton, NC 28716
Phone: (828) 646-4000
';var m_4ea8982596915ae3bf5e9dc46e17222c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RBC Centura',});m_4ea8982596915ae3bf5e9dc46e17222c['infowindow'] = new google.maps.InfoWindow({content: $l4ea8982596915ae3bf5e9dc46e17222c});var infowindow = new google.maps.InfoWindow({content: $l4ea8982596915ae3bf5e9dc46e17222c});google.maps.event.addListener(m_4ea8982596915ae3bf5e9dc46e17222c, 'click', function() {infowindow.open(map,m_4ea8982596915ae3bf5e9dc46e17222c);});$marker.push(m_4ea8982596915ae3bf5e9dc46e17222c);}});}google.maps.event.addDomListener(window, 'load', initialize);