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.448,-84.1397)};var g_9e6317bf53d92822bd5c36dd5cfab5e7 = new google.maps.Geocoder();g_9e6317bf53d92822bd5c36dd5cfab5e7.geocode( { 'address': "228 John Frank Ward Blvd, McDonough, GA 30253, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcdonough-GA-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('mcdonough-GA-1st-franklin-financial'), mapOptions);}document.getElementById('054e69a1').innerHTML += ' | View Map';var $l9e6317bf53d92822bd5c36dd5cfab5e7 = '

1st Franklin Financial

Address: 228 John Frank Ward Blvd, McDonough, GA 30253, USA
Phone: (770) 957-3932
';var m_9e6317bf53d92822bd5c36dd5cfab5e7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_9e6317bf53d92822bd5c36dd5cfab5e7['infowindow'] = new google.maps.InfoWindow({content: $l9e6317bf53d92822bd5c36dd5cfab5e7});var infowindow = new google.maps.InfoWindow({content: $l9e6317bf53d92822bd5c36dd5cfab5e7});google.maps.event.addListener(m_9e6317bf53d92822bd5c36dd5cfab5e7, 'click', function() {infowindow.open(map,m_9e6317bf53d92822bd5c36dd5cfab5e7);});$marker.push(m_9e6317bf53d92822bd5c36dd5cfab5e7);}});}google.maps.event.addDomListener(window, 'load', initialize);