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.0051,-85.0412)};var g_5465772e1379d52a6ffc40444c7cbf09 = new google.maps.Geocoder();g_5465772e1379d52a6ffc40444c7cbf09.geocode( { 'address': "1101 N Piedmont Ave, Rockmart, GA 30153, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockmart-GA-title-exchange').style.display = '';map = new google.maps.Map(document.getElementById('rockmart-GA-title-exchange'), mapOptions);}document.getElementById('8169202d').innerHTML += ' | View Map';var $l5465772e1379d52a6ffc40444c7cbf09 = '

Title Exchange

Address: 1101 N Piedmont Ave, Rockmart, GA 30153, USA
Phone: (678) 757-2274
';var m_5465772e1379d52a6ffc40444c7cbf09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Title Exchange',});m_5465772e1379d52a6ffc40444c7cbf09['infowindow'] = new google.maps.InfoWindow({content: $l5465772e1379d52a6ffc40444c7cbf09});var infowindow = new google.maps.InfoWindow({content: $l5465772e1379d52a6ffc40444c7cbf09});google.maps.event.addListener(m_5465772e1379d52a6ffc40444c7cbf09, 'click', function() {infowindow.open(map,m_5465772e1379d52a6ffc40444c7cbf09);});$marker.push(m_5465772e1379d52a6ffc40444c7cbf09);}});}google.maps.event.addDomListener(window, 'load', initialize);