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.9775,-84.1487)};var g_861e8bae74e22a572164fdb59b1caa8b = new google.maps.Geocoder();g_861e8bae74e22a572164fdb59b1caa8b.geocode( { 'address': "2763 Meadow Church Rd, Duluth, GA 30097"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duluth-GA-fidelity-bank-mortgage-lending-office').style.display = '';map = new google.maps.Map(document.getElementById('duluth-GA-fidelity-bank-mortgage-lending-office'), mapOptions);}document.getElementById('ba9d0130').innerHTML += ' | View Map';var $l861e8bae74e22a572164fdb59b1caa8b = '

Fidelity Bank - Mortgage Lending Office

Address: 2763 Meadow Church Rd, Duluth, GA 30097
Phone: (678) 957-5900
';var m_861e8bae74e22a572164fdb59b1caa8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Bank - Mortgage Lending Office',});m_861e8bae74e22a572164fdb59b1caa8b['infowindow'] = new google.maps.InfoWindow({content: $l861e8bae74e22a572164fdb59b1caa8b});var infowindow = new google.maps.InfoWindow({content: $l861e8bae74e22a572164fdb59b1caa8b});google.maps.event.addListener(m_861e8bae74e22a572164fdb59b1caa8b, 'click', function() {infowindow.open(map,m_861e8bae74e22a572164fdb59b1caa8b);});$marker.push(m_861e8bae74e22a572164fdb59b1caa8b);}});}google.maps.event.addDomListener(window, 'load', initialize);