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.4016,-79.9709)};var g_31a99b0ae77e2d60374a103d9ae2c18c = new google.maps.Geocoder();g_31a99b0ae77e2d60374a103d9ae2c18c.geocode( { 'address': "1109 Hwy St, Madison, NC 27025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('madison-NC-bbt'), mapOptions);}document.getElementById('d37297b2').innerHTML += ' | View Map';var $l31a99b0ae77e2d60374a103d9ae2c18c = '

BB&T

Address: 1109 Hwy St, Madison, NC 27025, USA
Phone: (336) 548-9631
';var m_31a99b0ae77e2d60374a103d9ae2c18c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_31a99b0ae77e2d60374a103d9ae2c18c['infowindow'] = new google.maps.InfoWindow({content: $l31a99b0ae77e2d60374a103d9ae2c18c});var infowindow = new google.maps.InfoWindow({content: $l31a99b0ae77e2d60374a103d9ae2c18c});google.maps.event.addListener(m_31a99b0ae77e2d60374a103d9ae2c18c, 'click', function() {infowindow.open(map,m_31a99b0ae77e2d60374a103d9ae2c18c);});$marker.push(m_31a99b0ae77e2d60374a103d9ae2c18c);}});}google.maps.event.addDomListener(window, 'load', initialize);