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.843,-84.2418)};var g_94edfc18161ac941c9f613d290a159f6 = new google.maps.Geocoder();g_94edfc18161ac941c9f613d290a159f6.geocode( { 'address': "2059 Northlake Pkwy, Tucker, GA 30084, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tucker-GA-bank-of-america-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('tucker-GA-bank-of-america-mortgage'), mapOptions);}document.getElementById('60d7b8d0').innerHTML += ' | View Map';var $l94edfc18161ac941c9f613d290a159f6 = '

Bank of America Mortgage

Address: 2059 Northlake Pkwy, Tucker, GA 30084, USA
Phone: (770) 491-4016
';var m_94edfc18161ac941c9f613d290a159f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Mortgage',});m_94edfc18161ac941c9f613d290a159f6['infowindow'] = new google.maps.InfoWindow({content: $l94edfc18161ac941c9f613d290a159f6});var infowindow = new google.maps.InfoWindow({content: $l94edfc18161ac941c9f613d290a159f6});google.maps.event.addListener(m_94edfc18161ac941c9f613d290a159f6, 'click', function() {infowindow.open(map,m_94edfc18161ac941c9f613d290a159f6);});$marker.push(m_94edfc18161ac941c9f613d290a159f6);}});}google.maps.event.addDomListener(window, 'load', initialize);