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.1043,-80.2148)};var g_05832ae9c1115d99cfd96c67933d671a = new google.maps.Geocoder();g_05832ae9c1115d99cfd96c67933d671a.geocode( { 'address': "200 W 2nd St, Winston Salem, NC 27101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winston-salem-NC-branch-banking-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('winston-salem-NC-branch-banking-trust-co'), mapOptions);}document.getElementById('11248a8b').innerHTML += ' | View Map';var $l05832ae9c1115d99cfd96c67933d671a = '

BRANCH Banking & Trust Co

Address: 200 W 2nd St, Winston Salem, NC 27101
Phone: (336) 733-2000
';var m_05832ae9c1115d99cfd96c67933d671a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BRANCH Banking & Trust Co',});m_05832ae9c1115d99cfd96c67933d671a['infowindow'] = new google.maps.InfoWindow({content: $l05832ae9c1115d99cfd96c67933d671a});var infowindow = new google.maps.InfoWindow({content: $l05832ae9c1115d99cfd96c67933d671a});google.maps.event.addListener(m_05832ae9c1115d99cfd96c67933d671a, 'click', function() {infowindow.open(map,m_05832ae9c1115d99cfd96c67933d671a);});$marker.push(m_05832ae9c1115d99cfd96c67933d671a);}});}google.maps.event.addDomListener(window, 'load', initialize);