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.4444,-84.7011)};var g_839b1f7f8f5352d82f128af097da55c8 = new google.maps.Geocoder();g_839b1f7f8f5352d82f128af097da55c8.geocode( { 'address': "2338 US-411 #2, Fairmount, GA 30139, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairmount-GA-fairmount-pawn').style.display = '';map = new google.maps.Map(document.getElementById('fairmount-GA-fairmount-pawn'), mapOptions);}document.getElementById('0ce1dd50').innerHTML += ' | View Map';var $l839b1f7f8f5352d82f128af097da55c8 = '

Fairmount Pawn

Address: 2338 US-411 #2, Fairmount, GA 30139, USA
Phone: (706) 337-7755
';var m_839b1f7f8f5352d82f128af097da55c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fairmount Pawn',});m_839b1f7f8f5352d82f128af097da55c8['infowindow'] = new google.maps.InfoWindow({content: $l839b1f7f8f5352d82f128af097da55c8});var infowindow = new google.maps.InfoWindow({content: $l839b1f7f8f5352d82f128af097da55c8});google.maps.event.addListener(m_839b1f7f8f5352d82f128af097da55c8, 'click', function() {infowindow.open(map,m_839b1f7f8f5352d82f128af097da55c8);});$marker.push(m_839b1f7f8f5352d82f128af097da55c8);}});}google.maps.event.addDomListener(window, 'load', initialize);