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()};var g_7ab98bf68cf2138f3c1aae3a3275119a = new google.maps.Geocoder();g_7ab98bf68cf2138f3c1aae3a3275119a.geocode( { 'address': "1195 Cedar Point Blvd, Cedar Point, NC 28584"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedar-point-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('cedar-point-NC-bbt'), mapOptions);}document.getElementById('dd9b7fec').innerHTML += ' | View Map';var $l7ab98bf68cf2138f3c1aae3a3275119a = '

BB&T

Address: 1195 Cedar Point Blvd, Cedar Point, NC 28584
Phone: (252) 393-6789
';var m_7ab98bf68cf2138f3c1aae3a3275119a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_7ab98bf68cf2138f3c1aae3a3275119a['infowindow'] = new google.maps.InfoWindow({content: $l7ab98bf68cf2138f3c1aae3a3275119a});var infowindow = new google.maps.InfoWindow({content: $l7ab98bf68cf2138f3c1aae3a3275119a});google.maps.event.addListener(m_7ab98bf68cf2138f3c1aae3a3275119a, 'click', function() {infowindow.open(map,m_7ab98bf68cf2138f3c1aae3a3275119a);});$marker.push(m_7ab98bf68cf2138f3c1aae3a3275119a);}});}google.maps.event.addDomListener(window, 'load', initialize);