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.7455,-84.4042)};var g_6413d56e6bf365c98460b7e31e8c412d = new google.maps.Geocoder();g_6413d56e6bf365c98460b7e31e8c412d.geocode( { 'address': "343 Peters St SW, Atlanta, GA 30313, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-fulton-loan-office-inc').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-fulton-loan-office-inc'), mapOptions);}document.getElementById('360896c3').innerHTML += ' | View Map';var $l6413d56e6bf365c98460b7e31e8c412d = '

Fulton Loan Office Inc

Address: 343 Peters St SW, Atlanta, GA 30313, USA
Phone: (404) 688-7464
';var m_6413d56e6bf365c98460b7e31e8c412d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fulton Loan Office Inc',});m_6413d56e6bf365c98460b7e31e8c412d['infowindow'] = new google.maps.InfoWindow({content: $l6413d56e6bf365c98460b7e31e8c412d});var infowindow = new google.maps.InfoWindow({content: $l6413d56e6bf365c98460b7e31e8c412d});google.maps.event.addListener(m_6413d56e6bf365c98460b7e31e8c412d, 'click', function() {infowindow.open(map,m_6413d56e6bf365c98460b7e31e8c412d);});$marker.push(m_6413d56e6bf365c98460b7e31e8c412d);}});}google.maps.event.addDomListener(window, 'load', initialize);