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(34.1872,-84.1384)};var g_623232dcd9011b444a405ae114194245 = new google.maps.Geocoder();g_623232dcd9011b444a405ae114194245.geocode( { 'address': "580 Atlanta Hwy #226, Cumming, GA 30040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cumming-GA-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('cumming-GA-world-finance-corporation'), mapOptions);}document.getElementById('41a1d074').innerHTML += ' | View Map';var $l623232dcd9011b444a405ae114194245 = '

World Finance Corporation

Address: 580 Atlanta Hwy #226, Cumming, GA 30040, USA
Phone: (770) 887-3076
';var m_623232dcd9011b444a405ae114194245 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_623232dcd9011b444a405ae114194245['infowindow'] = new google.maps.InfoWindow({content: $l623232dcd9011b444a405ae114194245});var infowindow = new google.maps.InfoWindow({content: $l623232dcd9011b444a405ae114194245});google.maps.event.addListener(m_623232dcd9011b444a405ae114194245, 'click', function() {infowindow.open(map,m_623232dcd9011b444a405ae114194245);});$marker.push(m_623232dcd9011b444a405ae114194245);}});}google.maps.event.addDomListener(window, 'load', initialize);