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.571,-84.5405)};var g_e1a0d53a534014217b7961d1870ee76b = new google.maps.Geocoder();g_e1a0d53a534014217b7961d1870ee76b.geocode( { 'address': "4733 Jonesboro Rd #110, Union City, GA 30291, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-city-GA-republic-finance').style.display = '';map = new google.maps.Map(document.getElementById('union-city-GA-republic-finance'), mapOptions);}document.getElementById('89fcb74a').innerHTML += ' | View Map';var $le1a0d53a534014217b7961d1870ee76b = '

Republic Finance

Address: 4733 Jonesboro Rd #110, Union City, GA 30291, USA
Phone: (770) 969-2424
';var m_e1a0d53a534014217b7961d1870ee76b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Finance',});m_e1a0d53a534014217b7961d1870ee76b['infowindow'] = new google.maps.InfoWindow({content: $le1a0d53a534014217b7961d1870ee76b});var infowindow = new google.maps.InfoWindow({content: $le1a0d53a534014217b7961d1870ee76b});google.maps.event.addListener(m_e1a0d53a534014217b7961d1870ee76b, 'click', function() {infowindow.open(map,m_e1a0d53a534014217b7961d1870ee76b);});$marker.push(m_e1a0d53a534014217b7961d1870ee76b);}});}google.maps.event.addDomListener(window, 'load', initialize);