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(34.5367,-79.2908)};var g_6b1814545fc39b5ce17ee3b5bb91eb89 = new google.maps.Geocoder();g_6b1814545fc39b5ce17ee3b5bb91eb89.geocode( { 'address': "201 E Main St, Rowland, NC 28383, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rowland-NC-bbt---rowland-main-branch').style.display = '';map = new google.maps.Map(document.getElementById('rowland-NC-bbt---rowland-main-branch'), mapOptions);}document.getElementById('a132439c').innerHTML += ' | View Map';var $l6b1814545fc39b5ce17ee3b5bb91eb89 = '

BB&T - Rowland Main Branch

Address: 201 E Main St, Rowland, NC 28383, USA
Phone: (910) 422-3314
';var m_6b1814545fc39b5ce17ee3b5bb91eb89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Rowland Main Branch',});m_6b1814545fc39b5ce17ee3b5bb91eb89['infowindow'] = new google.maps.InfoWindow({content: $l6b1814545fc39b5ce17ee3b5bb91eb89});var infowindow = new google.maps.InfoWindow({content: $l6b1814545fc39b5ce17ee3b5bb91eb89});google.maps.event.addListener(m_6b1814545fc39b5ce17ee3b5bb91eb89, 'click', function() {infowindow.open(map,m_6b1814545fc39b5ce17ee3b5bb91eb89);});$marker.push(m_6b1814545fc39b5ce17ee3b5bb91eb89);}});}google.maps.event.addDomListener(window, 'load', initialize);