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.0066,-85.0415)};var g_876af3a1db90d050582dc4b1c2201198 = new google.maps.Geocoder();g_876af3a1db90d050582dc4b1c2201198.geocode( { 'address': "1101 N Piedmont Ave # A, Rockmart, GA 30153, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockmart-GA-republic-finance').style.display = '';map = new google.maps.Map(document.getElementById('rockmart-GA-republic-finance'), mapOptions);}document.getElementById('ef3160b5').innerHTML += ' | View Map';var $l876af3a1db90d050582dc4b1c2201198 = '

Republic Finance

Address: 1101 N Piedmont Ave # A, Rockmart, GA 30153, USA
Phone: (770) 684-8382
';var m_876af3a1db90d050582dc4b1c2201198 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Finance',});m_876af3a1db90d050582dc4b1c2201198['infowindow'] = new google.maps.InfoWindow({content: $l876af3a1db90d050582dc4b1c2201198});var infowindow = new google.maps.InfoWindow({content: $l876af3a1db90d050582dc4b1c2201198});google.maps.event.addListener(m_876af3a1db90d050582dc4b1c2201198, 'click', function() {infowindow.open(map,m_876af3a1db90d050582dc4b1c2201198);});$marker.push(m_876af3a1db90d050582dc4b1c2201198);}});}google.maps.event.addDomListener(window, 'load', initialize);