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.3114,-78.5906)};var g_fdc8e998c823c45e819c89acab2e9eb3 = new google.maps.Geocoder();g_fdc8e998c823c45e819c89acab2e9eb3.geocode( { 'address': "154 Hillsboro St, Oxford, NC 27565, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-NC-bbt---oxford-main-branch').style.display = '';map = new google.maps.Map(document.getElementById('oxford-NC-bbt---oxford-main-branch'), mapOptions);}document.getElementById('7ecc2472').innerHTML += ' | View Map';var $lfdc8e998c823c45e819c89acab2e9eb3 = '

BB&T - Oxford Main Branch

Address: 154 Hillsboro St, Oxford, NC 27565, USA
Phone: (919) 693-4141
';var m_fdc8e998c823c45e819c89acab2e9eb3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Oxford Main Branch',});m_fdc8e998c823c45e819c89acab2e9eb3['infowindow'] = new google.maps.InfoWindow({content: $lfdc8e998c823c45e819c89acab2e9eb3});var infowindow = new google.maps.InfoWindow({content: $lfdc8e998c823c45e819c89acab2e9eb3});google.maps.event.addListener(m_fdc8e998c823c45e819c89acab2e9eb3, 'click', function() {infowindow.open(map,m_fdc8e998c823c45e819c89acab2e9eb3);});$marker.push(m_fdc8e998c823c45e819c89acab2e9eb3);}});}google.maps.event.addDomListener(window, 'load', initialize);