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.2471,-84.2728)};var g_3ab94049cdb7bf82a96feb1295456b5e = new google.maps.Geocoder();g_3ab94049cdb7bf82a96feb1295456b5e.geocode( { 'address': "620 W Taylor St, Griffin, GA 30223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('griffin-GA-loan-south-finance--tax-services').style.display = '';map = new google.maps.Map(document.getElementById('griffin-GA-loan-south-finance--tax-services'), mapOptions);}document.getElementById('af287e26').innerHTML += ' | View Map';var $l3ab94049cdb7bf82a96feb1295456b5e = '

Loan South Finance & Tax Services

Address: 620 W Taylor St, Griffin, GA 30223, USA
Phone: (770) 227-1965
';var m_3ab94049cdb7bf82a96feb1295456b5e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan South Finance & Tax Services',});m_3ab94049cdb7bf82a96feb1295456b5e['infowindow'] = new google.maps.InfoWindow({content: $l3ab94049cdb7bf82a96feb1295456b5e});var infowindow = new google.maps.InfoWindow({content: $l3ab94049cdb7bf82a96feb1295456b5e});google.maps.event.addListener(m_3ab94049cdb7bf82a96feb1295456b5e, 'click', function() {infowindow.open(map,m_3ab94049cdb7bf82a96feb1295456b5e);});$marker.push(m_3ab94049cdb7bf82a96feb1295456b5e);}});}google.maps.event.addDomListener(window, 'load', initialize);