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(30.8884,-84.2085)};var g_2f9cd3c02e4e9940015fe9b9df94c08d = new google.maps.Geocoder();g_2f9cd3c02e4e9940015fe9b9df94c08d.geocode( { 'address': "1012 US-84, Cairo, GA 39282, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cairo-GA-speedee-cash').style.display = '';map = new google.maps.Map(document.getElementById('cairo-GA-speedee-cash'), mapOptions);}document.getElementById('cfaff21d').innerHTML += ' | View Map';var $l2f9cd3c02e4e9940015fe9b9df94c08d = '

Speedee Cash

Address: 1012 US-84, Cairo, GA 39282, USA
Phone: (229) 377-2274
';var m_2f9cd3c02e4e9940015fe9b9df94c08d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Speedee Cash',});m_2f9cd3c02e4e9940015fe9b9df94c08d['infowindow'] = new google.maps.InfoWindow({content: $l2f9cd3c02e4e9940015fe9b9df94c08d});var infowindow = new google.maps.InfoWindow({content: $l2f9cd3c02e4e9940015fe9b9df94c08d});google.maps.event.addListener(m_2f9cd3c02e4e9940015fe9b9df94c08d, 'click', function() {infowindow.open(map,m_2f9cd3c02e4e9940015fe9b9df94c08d);});$marker.push(m_2f9cd3c02e4e9940015fe9b9df94c08d);}});}google.maps.event.addDomListener(window, 'load', initialize);