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.9349,-79.0375)};var g_d7d4ba0c740bf7ebc704d8be939bcd57 = new google.maps.Geocoder();g_d7d4ba0c740bf7ebc704d8be939bcd57.geocode( { 'address': "300 Weaver Rd, Chapel Hill, NC 27514"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chapel-hill-NC-rbc-bank').style.display = '';map = new google.maps.Map(document.getElementById('chapel-hill-NC-rbc-bank'), mapOptions);}document.getElementById('4201292c').innerHTML += ' | View Map';var $ld7d4ba0c740bf7ebc704d8be939bcd57 = '

Rbc Bank

Address: 300 Weaver Rd, Chapel Hill, NC 27514
Phone: (919) 918-4330
';var m_d7d4ba0c740bf7ebc704d8be939bcd57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rbc Bank',});m_d7d4ba0c740bf7ebc704d8be939bcd57['infowindow'] = new google.maps.InfoWindow({content: $ld7d4ba0c740bf7ebc704d8be939bcd57});var infowindow = new google.maps.InfoWindow({content: $ld7d4ba0c740bf7ebc704d8be939bcd57});google.maps.event.addListener(m_d7d4ba0c740bf7ebc704d8be939bcd57, 'click', function() {infowindow.open(map,m_d7d4ba0c740bf7ebc704d8be939bcd57);});$marker.push(m_d7d4ba0c740bf7ebc704d8be939bcd57);}});}google.maps.event.addDomListener(window, 'load', initialize);