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.8506,-84.2054)};var g_17c528e8659dda6c8e7f6497e524ac3b = new google.maps.Geocoder();g_17c528e8659dda6c8e7f6497e524ac3b.geocode( { 'address': "4450 Hugh Howell Rd #15, Tucker, GA 30084, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tucker-GA-republic-finance').style.display = '';map = new google.maps.Map(document.getElementById('tucker-GA-republic-finance'), mapOptions);}document.getElementById('74fe5556').innerHTML += ' | View Map';var $l17c528e8659dda6c8e7f6497e524ac3b = '

Republic Finance

Address: 4450 Hugh Howell Rd #15, Tucker, GA 30084, USA
Phone: (770) 939-4251
';var m_17c528e8659dda6c8e7f6497e524ac3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Finance',});m_17c528e8659dda6c8e7f6497e524ac3b['infowindow'] = new google.maps.InfoWindow({content: $l17c528e8659dda6c8e7f6497e524ac3b});var infowindow = new google.maps.InfoWindow({content: $l17c528e8659dda6c8e7f6497e524ac3b});google.maps.event.addListener(m_17c528e8659dda6c8e7f6497e524ac3b, 'click', function() {infowindow.open(map,m_17c528e8659dda6c8e7f6497e524ac3b);});$marker.push(m_17c528e8659dda6c8e7f6497e524ac3b);}});}google.maps.event.addDomListener(window, 'load', initialize);