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.5758,-84.3403)};var g_0fd8181c260a56cec9e25d3167daf19b = new google.maps.Geocoder();g_0fd8181c260a56cec9e25d3167daf19b.geocode( { 'address': "1510 Southlake Pkwy #1f, Morrow, GA 30260, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morrow-GA-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('morrow-GA-world-finance-corporation'), mapOptions);}document.getElementById('8096e8c3').innerHTML += ' | View Map';var $l0fd8181c260a56cec9e25d3167daf19b = '

World Finance Corporation

Address: 1510 Southlake Pkwy #1f, Morrow, GA 30260, USA
Phone: (770) 960-5911
';var m_0fd8181c260a56cec9e25d3167daf19b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_0fd8181c260a56cec9e25d3167daf19b['infowindow'] = new google.maps.InfoWindow({content: $l0fd8181c260a56cec9e25d3167daf19b});var infowindow = new google.maps.InfoWindow({content: $l0fd8181c260a56cec9e25d3167daf19b});google.maps.event.addListener(m_0fd8181c260a56cec9e25d3167daf19b, 'click', function() {infowindow.open(map,m_0fd8181c260a56cec9e25d3167daf19b);});$marker.push(m_0fd8181c260a56cec9e25d3167daf19b);}});}google.maps.event.addDomListener(window, 'load', initialize);