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(32.8235,-83.6828)};var g_197fabf83fac149373c2c7acdd53f0c2 = new google.maps.Geocoder();g_197fabf83fac149373c2c7acdd53f0c2.geocode( { 'address': "3229 Mercer University Dr, Macon, GA 31204, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('macon-GA-fast-cash').style.display = '';map = new google.maps.Map(document.getElementById('macon-GA-fast-cash'), mapOptions);}document.getElementById('ec01b5c3').innerHTML += ' | View Map';var $l197fabf83fac149373c2c7acdd53f0c2 = '

Fast Cash

Address: 3229 Mercer University Dr, Macon, GA 31204, USA
Phone: (478) 742-3443
';var m_197fabf83fac149373c2c7acdd53f0c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fast Cash',});m_197fabf83fac149373c2c7acdd53f0c2['infowindow'] = new google.maps.InfoWindow({content: $l197fabf83fac149373c2c7acdd53f0c2});var infowindow = new google.maps.InfoWindow({content: $l197fabf83fac149373c2c7acdd53f0c2});google.maps.event.addListener(m_197fabf83fac149373c2c7acdd53f0c2, 'click', function() {infowindow.open(map,m_197fabf83fac149373c2c7acdd53f0c2);});$marker.push(m_197fabf83fac149373c2c7acdd53f0c2);}});}google.maps.event.addDomListener(window, 'load', initialize);