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.7926,-83.7346)};var g_ce806ecf501cb64e3a960077f88d83cd = new google.maps.Geocoder();g_ce806ecf501cb64e3a960077f88d83cd.geocode( { 'address': "1302 W Spring St, Monroe, GA 30655, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monroe-GA-bbt-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('monroe-GA-bbt-mortgage'), mapOptions);}document.getElementById('2909fc94').innerHTML += ' | View Map';var $lce806ecf501cb64e3a960077f88d83cd = '

BB&T Mortgage

Address: 1302 W Spring St, Monroe, GA 30655, USA
Phone: (770) 385-2635
';var m_ce806ecf501cb64e3a960077f88d83cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Mortgage',});m_ce806ecf501cb64e3a960077f88d83cd['infowindow'] = new google.maps.InfoWindow({content: $lce806ecf501cb64e3a960077f88d83cd});var infowindow = new google.maps.InfoWindow({content: $lce806ecf501cb64e3a960077f88d83cd});google.maps.event.addListener(m_ce806ecf501cb64e3a960077f88d83cd, 'click', function() {infowindow.open(map,m_ce806ecf501cb64e3a960077f88d83cd);});$marker.push(m_ce806ecf501cb64e3a960077f88d83cd);}});}google.maps.event.addDomListener(window, 'load', initialize);