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(36.0633,-79.6066)};var g_a9b032a4f54cfe96ef444a44ffa7dd43 = new google.maps.Geocoder();g_a9b032a4f54cfe96ef444a44ffa7dd43.geocode( { 'address': "6405 Burlington Rd, Whitsett, NC 27377, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('whitsett-NC-bbt---stoney-creek-branch').style.display = '';map = new google.maps.Map(document.getElementById('whitsett-NC-bbt---stoney-creek-branch'), mapOptions);}document.getElementById('2fd043cd').innerHTML += ' | View Map';var $la9b032a4f54cfe96ef444a44ffa7dd43 = '

BB&T - Stoney Creek Branch

Address: 6405 Burlington Rd, Whitsett, NC 27377, USA
Phone: (336) 603-1010
';var m_a9b032a4f54cfe96ef444a44ffa7dd43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Stoney Creek Branch',});m_a9b032a4f54cfe96ef444a44ffa7dd43['infowindow'] = new google.maps.InfoWindow({content: $la9b032a4f54cfe96ef444a44ffa7dd43});var infowindow = new google.maps.InfoWindow({content: $la9b032a4f54cfe96ef444a44ffa7dd43});google.maps.event.addListener(m_a9b032a4f54cfe96ef444a44ffa7dd43, 'click', function() {infowindow.open(map,m_a9b032a4f54cfe96ef444a44ffa7dd43);});$marker.push(m_a9b032a4f54cfe96ef444a44ffa7dd43);}});}google.maps.event.addDomListener(window, 'load', initialize);