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.7824,-84.8107)};var g_01d0bc81d18a171357eff200f1da0c5a = new google.maps.Geocoder();g_01d0bc81d18a171357eff200f1da0c5a.geocode( { 'address': "2120 US-76, Chatsworth, GA 30705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chatsworth-GA-friendly-check-cashing-inc').style.display = '';map = new google.maps.Map(document.getElementById('chatsworth-GA-friendly-check-cashing-inc'), mapOptions);}document.getElementById('99f3bf99').innerHTML += ' | View Map';var $l01d0bc81d18a171357eff200f1da0c5a = '

Friendly Check Cashing Inc

Address: 2120 US-76, Chatsworth, GA 30705, USA
Phone: (706) 517-0575
';var m_01d0bc81d18a171357eff200f1da0c5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Friendly Check Cashing Inc',});m_01d0bc81d18a171357eff200f1da0c5a['infowindow'] = new google.maps.InfoWindow({content: $l01d0bc81d18a171357eff200f1da0c5a});var infowindow = new google.maps.InfoWindow({content: $l01d0bc81d18a171357eff200f1da0c5a});google.maps.event.addListener(m_01d0bc81d18a171357eff200f1da0c5a, 'click', function() {infowindow.open(map,m_01d0bc81d18a171357eff200f1da0c5a);});$marker.push(m_01d0bc81d18a171357eff200f1da0c5a);}});}google.maps.event.addDomListener(window, 'load', initialize);