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.502,-84.9546)};var g_bfc2a1f38ad85cab0ad9fbb5e57b466f = new google.maps.Geocoder();g_bfc2a1f38ad85cab0ad9fbb5e57b466f.geocode( { 'address': "105 S River St, Calhoun, GA 30701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calhoun-GA-title-exchange').style.display = '';map = new google.maps.Map(document.getElementById('calhoun-GA-title-exchange'), mapOptions);}document.getElementById('60fac2fd').innerHTML += ' | View Map';var $lbfc2a1f38ad85cab0ad9fbb5e57b466f = '

Title Exchange

Address: 105 S River St, Calhoun, GA 30701, USA
Phone: (706) 629-8794
';var m_bfc2a1f38ad85cab0ad9fbb5e57b466f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Title Exchange',});m_bfc2a1f38ad85cab0ad9fbb5e57b466f['infowindow'] = new google.maps.InfoWindow({content: $lbfc2a1f38ad85cab0ad9fbb5e57b466f});var infowindow = new google.maps.InfoWindow({content: $lbfc2a1f38ad85cab0ad9fbb5e57b466f});google.maps.event.addListener(m_bfc2a1f38ad85cab0ad9fbb5e57b466f, 'click', function() {infowindow.open(map,m_bfc2a1f38ad85cab0ad9fbb5e57b466f);});$marker.push(m_bfc2a1f38ad85cab0ad9fbb5e57b466f);}});}google.maps.event.addDomListener(window, 'load', initialize);