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.2959,-76.2346)};var g_533fb0bdb9cbf0d8f144048da74f362b = new google.maps.Geocoder();g_533fb0bdb9cbf0d8f144048da74f362b.geocode( { 'address': "1000 W Ehringhaus St, Elizabeth City, NC 27909, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elizabeth-city-NC-bbt-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('elizabeth-city-NC-bbt-mortgage'), mapOptions);}document.getElementById('8619d9e4').innerHTML += ' | View Map';var $l533fb0bdb9cbf0d8f144048da74f362b = '

BB&T Mortgage

Address: 1000 W Ehringhaus St, Elizabeth City, NC 27909, USA
Phone: (800) 295-5744
';var m_533fb0bdb9cbf0d8f144048da74f362b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Mortgage',});m_533fb0bdb9cbf0d8f144048da74f362b['infowindow'] = new google.maps.InfoWindow({content: $l533fb0bdb9cbf0d8f144048da74f362b});var infowindow = new google.maps.InfoWindow({content: $l533fb0bdb9cbf0d8f144048da74f362b});google.maps.event.addListener(m_533fb0bdb9cbf0d8f144048da74f362b, 'click', function() {infowindow.open(map,m_533fb0bdb9cbf0d8f144048da74f362b);});$marker.push(m_533fb0bdb9cbf0d8f144048da74f362b);}});}google.maps.event.addDomListener(window, 'load', initialize);