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.6216,-84.3739)};var g_87ac16090afbb27bf6982ea983654181 = new google.maps.Geocoder();g_87ac16090afbb27bf6982ea983654181.geocode( { 'address': "526 Forest Pkwy # I, Forest Park, GA 30297, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-park-GA-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('forest-park-GA-world-finance-corporation'), mapOptions);}document.getElementById('eb9bbbd2').innerHTML += ' | View Map';var $l87ac16090afbb27bf6982ea983654181 = '

World Finance Corporation

Address: 526 Forest Pkwy # I, Forest Park, GA 30297, USA
Phone: (404) 361-7000
';var m_87ac16090afbb27bf6982ea983654181 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_87ac16090afbb27bf6982ea983654181['infowindow'] = new google.maps.InfoWindow({content: $l87ac16090afbb27bf6982ea983654181});var infowindow = new google.maps.InfoWindow({content: $l87ac16090afbb27bf6982ea983654181});google.maps.event.addListener(m_87ac16090afbb27bf6982ea983654181, 'click', function() {infowindow.open(map,m_87ac16090afbb27bf6982ea983654181);});$marker.push(m_87ac16090afbb27bf6982ea983654181);}});}google.maps.event.addDomListener(window, 'load', initialize);