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(34.038,-84.6758)};var g_27c4ff3b4d4947ae2a6dd84d044b823c = new google.maps.Geocoder();g_27c4ff3b4d4947ae2a6dd84d044b823c.geocode( { 'address': "3485 Acworth Due West Rd Suite 160 - 170, Acworth, GA 30101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('acworth-GA-swbc-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('acworth-GA-swbc-mortgage-corporation'), mapOptions);}document.getElementById('b203470a').innerHTML += ' | View Map';var $l27c4ff3b4d4947ae2a6dd84d044b823c = '

SWBC Mortgage Corporation

Address: 3485 Acworth Due West Rd Suite 160 - 170, Acworth, GA 30101, USA
Phone: (678) 822-5954
';var m_27c4ff3b4d4947ae2a6dd84d044b823c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SWBC Mortgage Corporation',});m_27c4ff3b4d4947ae2a6dd84d044b823c['infowindow'] = new google.maps.InfoWindow({content: $l27c4ff3b4d4947ae2a6dd84d044b823c});var infowindow = new google.maps.InfoWindow({content: $l27c4ff3b4d4947ae2a6dd84d044b823c});google.maps.event.addListener(m_27c4ff3b4d4947ae2a6dd84d044b823c, 'click', function() {infowindow.open(map,m_27c4ff3b4d4947ae2a6dd84d044b823c);});$marker.push(m_27c4ff3b4d4947ae2a6dd84d044b823c);}});}google.maps.event.addDomListener(window, 'load', initialize);