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.0643,-84.1661)};var g_b678b443a0d40136143d792a9325d8af = new google.maps.Geocoder();g_b678b443a0d40136143d792a9325d8af.geocode( { 'address': "6470 E Johns Xing # 220, Duluth, GA 30097, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duluth-GA-lsi-mortgage-plus').style.display = '';map = new google.maps.Map(document.getElementById('duluth-GA-lsi-mortgage-plus'), mapOptions);}document.getElementById('dc9c48f0').innerHTML += ' | View Map';var $lb678b443a0d40136143d792a9325d8af = '

LSI Mortgage Plus

Address: 6470 E Johns Xing # 220, Duluth, GA 30097, USA
Phone: (678) 507-3000
';var m_b678b443a0d40136143d792a9325d8af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LSI Mortgage Plus',});m_b678b443a0d40136143d792a9325d8af['infowindow'] = new google.maps.InfoWindow({content: $lb678b443a0d40136143d792a9325d8af});var infowindow = new google.maps.InfoWindow({content: $lb678b443a0d40136143d792a9325d8af});google.maps.event.addListener(m_b678b443a0d40136143d792a9325d8af, 'click', function() {infowindow.open(map,m_b678b443a0d40136143d792a9325d8af);});$marker.push(m_b678b443a0d40136143d792a9325d8af);}});}google.maps.event.addDomListener(window, 'load', initialize);