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.5694,-84.5432)};var g_d52bc812fb6dc6bdeacc66c5e49a5784 = new google.maps.Geocoder();g_d52bc812fb6dc6bdeacc66c5e49a5784.geocode( { 'address': "4760 Jonesboro Rd, Union City, GA 30291, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-city-GA-first-american-title-lending').style.display = '';map = new google.maps.Map(document.getElementById('union-city-GA-first-american-title-lending'), mapOptions);}document.getElementById('4ece2879').innerHTML += ' | View Map';var $ld52bc812fb6dc6bdeacc66c5e49a5784 = '

First American Title Lending

Address: 4760 Jonesboro Rd, Union City, GA 30291, USA
Phone: (770) 892-2044
';var m_d52bc812fb6dc6bdeacc66c5e49a5784 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First American Title Lending',});m_d52bc812fb6dc6bdeacc66c5e49a5784['infowindow'] = new google.maps.InfoWindow({content: $ld52bc812fb6dc6bdeacc66c5e49a5784});var infowindow = new google.maps.InfoWindow({content: $ld52bc812fb6dc6bdeacc66c5e49a5784});google.maps.event.addListener(m_d52bc812fb6dc6bdeacc66c5e49a5784, 'click', function() {infowindow.open(map,m_d52bc812fb6dc6bdeacc66c5e49a5784);});$marker.push(m_d52bc812fb6dc6bdeacc66c5e49a5784);}});}google.maps.event.addDomListener(window, 'load', initialize);