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.4806,-84.9431)};var g_18df9712415708f4aeca62701a12e963 = new google.maps.Geocoder();g_18df9712415708f4aeca62701a12e963.geocode( { 'address': "435 Hwy 53, Calhoun, GA 30701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calhoun-GA-world-finance').style.display = '';map = new google.maps.Map(document.getElementById('calhoun-GA-world-finance'), mapOptions);}document.getElementById('58ff924a').innerHTML += ' | View Map';var $l18df9712415708f4aeca62701a12e963 = '

World Finance

Address: 435 Hwy 53, Calhoun, GA 30701, USA
Phone: (706) 602-6969
';var m_18df9712415708f4aeca62701a12e963 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance',});m_18df9712415708f4aeca62701a12e963['infowindow'] = new google.maps.InfoWindow({content: $l18df9712415708f4aeca62701a12e963});var infowindow = new google.maps.InfoWindow({content: $l18df9712415708f4aeca62701a12e963});google.maps.event.addListener(m_18df9712415708f4aeca62701a12e963, 'click', function() {infowindow.open(map,m_18df9712415708f4aeca62701a12e963);});$marker.push(m_18df9712415708f4aeca62701a12e963);}});}google.maps.event.addDomListener(window, 'load', initialize);