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.94,-83.466)};var g_aaecbb83e18bf24199bc5b2d3a280054 = new google.maps.Geocoder();g_aaecbb83e18bf24199bc5b2d3a280054.geocode( { 'address': "3701 Atlanta Hwy # 13, Bogart, GA 30622, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bogart-GA-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('bogart-GA-world-finance-corporation'), mapOptions);}document.getElementById('49910875').innerHTML += ' | View Map';var $laaecbb83e18bf24199bc5b2d3a280054 = '

World Finance Corporation

Address: 3701 Atlanta Hwy # 13, Bogart, GA 30622, USA
Phone: (706) 613-5080
';var m_aaecbb83e18bf24199bc5b2d3a280054 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_aaecbb83e18bf24199bc5b2d3a280054['infowindow'] = new google.maps.InfoWindow({content: $laaecbb83e18bf24199bc5b2d3a280054});var infowindow = new google.maps.InfoWindow({content: $laaecbb83e18bf24199bc5b2d3a280054});google.maps.event.addListener(m_aaecbb83e18bf24199bc5b2d3a280054, 'click', function() {infowindow.open(map,m_aaecbb83e18bf24199bc5b2d3a280054);});$marker.push(m_aaecbb83e18bf24199bc5b2d3a280054);}});}google.maps.event.addDomListener(window, 'load', initialize);