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.471,-85.0062)};var g_84d9c6483eee155b80f287ddda8654a1 = new google.maps.Geocoder();g_84d9c6483eee155b80f287ddda8654a1.geocode( { 'address': "1001 13th St, Phenix City, AL 36867, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phenix-city-AL-money-store').style.display = '';map = new google.maps.Map(document.getElementById('phenix-city-AL-money-store'), mapOptions);}document.getElementById('e7ea1ed6').innerHTML += ' | View Map';var $l84d9c6483eee155b80f287ddda8654a1 = '

Money Store

Address: 1001 13th St, Phenix City, AL 36867, USA
Phone: (334) 297-2509
';var m_84d9c6483eee155b80f287ddda8654a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money Store',});m_84d9c6483eee155b80f287ddda8654a1['infowindow'] = new google.maps.InfoWindow({content: $l84d9c6483eee155b80f287ddda8654a1});var infowindow = new google.maps.InfoWindow({content: $l84d9c6483eee155b80f287ddda8654a1});google.maps.event.addListener(m_84d9c6483eee155b80f287ddda8654a1, 'click', function() {infowindow.open(map,m_84d9c6483eee155b80f287ddda8654a1);});$marker.push(m_84d9c6483eee155b80f287ddda8654a1);}});}google.maps.event.addDomListener(window, 'load', initialize);