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(33.0398,-85.0368)};var g_52de3b5fc103c8e9620a4fc91bbe466b = new google.maps.Geocoder();g_52de3b5fc103c8e9620a4fc91bbe466b.geocode( { 'address': "310 Broad St, LaGrange, GA 30240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lagrange-GA-bbt-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('lagrange-GA-bbt-mortgage'), mapOptions);}document.getElementById('34f6b332').innerHTML += ' | View Map';var $l52de3b5fc103c8e9620a4fc91bbe466b = '

BB&T Mortgage

Address: 310 Broad St, LaGrange, GA 30240, USA
Phone: (800) 295-5744
';var m_52de3b5fc103c8e9620a4fc91bbe466b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Mortgage',});m_52de3b5fc103c8e9620a4fc91bbe466b['infowindow'] = new google.maps.InfoWindow({content: $l52de3b5fc103c8e9620a4fc91bbe466b});var infowindow = new google.maps.InfoWindow({content: $l52de3b5fc103c8e9620a4fc91bbe466b});google.maps.event.addListener(m_52de3b5fc103c8e9620a4fc91bbe466b, 'click', function() {infowindow.open(map,m_52de3b5fc103c8e9620a4fc91bbe466b);});$marker.push(m_52de3b5fc103c8e9620a4fc91bbe466b);}});}google.maps.event.addDomListener(window, 'load', initialize);