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.7734,-78.7638)};var g_b56522cb95aa89c207e129509362cce3 = new google.maps.Geocoder();g_b56522cb95aa89c207e129509362cce3.geocode( { 'address': "848 SE Maynard Rd, Cary, NC 27511, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cary-NC-bbt---towne-center').style.display = '';map = new google.maps.Map(document.getElementById('cary-NC-bbt---towne-center'), mapOptions);}document.getElementById('7cdf6d3f').innerHTML += ' | View Map';var $lb56522cb95aa89c207e129509362cce3 = '

BB&T - Towne Center

Address: 848 SE Maynard Rd, Cary, NC 27511, USA
Phone: (919) 319-4850
';var m_b56522cb95aa89c207e129509362cce3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Towne Center',});m_b56522cb95aa89c207e129509362cce3['infowindow'] = new google.maps.InfoWindow({content: $lb56522cb95aa89c207e129509362cce3});var infowindow = new google.maps.InfoWindow({content: $lb56522cb95aa89c207e129509362cce3});google.maps.event.addListener(m_b56522cb95aa89c207e129509362cce3, 'click', function() {infowindow.open(map,m_b56522cb95aa89c207e129509362cce3);});$marker.push(m_b56522cb95aa89c207e129509362cce3);}});}google.maps.event.addDomListener(window, 'load', initialize);