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.2619,-81.1851)};var g_adca9afbaf158691c42101b7ea72741b = new google.maps.Geocoder();g_adca9afbaf158691c42101b7ea72741b.geocode( { 'address': "265 W Franklin Blvd, Gastonia, NC 28052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gastonia-NC-b-b--t-mortgage-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('gastonia-NC-b-b--t-mortgage-loans-inc'), mapOptions);}document.getElementById('6e0502ef').innerHTML += ' | View Map';var $ladca9afbaf158691c42101b7ea72741b = '

B B & T Mortgage Loans Inc

Address: 265 W Franklin Blvd, Gastonia, NC 28052, USA
Phone: (704) 852-5787
';var m_adca9afbaf158691c42101b7ea72741b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B B & T Mortgage Loans Inc',});m_adca9afbaf158691c42101b7ea72741b['infowindow'] = new google.maps.InfoWindow({content: $ladca9afbaf158691c42101b7ea72741b});var infowindow = new google.maps.InfoWindow({content: $ladca9afbaf158691c42101b7ea72741b});google.maps.event.addListener(m_adca9afbaf158691c42101b7ea72741b, 'click', function() {infowindow.open(map,m_adca9afbaf158691c42101b7ea72741b);});$marker.push(m_adca9afbaf158691c42101b7ea72741b);}});}google.maps.event.addDomListener(window, 'load', initialize);