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.9321,-85.9731)};var g_7c094042b226e43e730a8febe1c6315a = new google.maps.Geocoder();g_7c094042b226e43e730a8febe1c6315a.geocode( { 'address': "1678 AL-22, Alexander City, AL 35010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexander-city-AL-money-store').style.display = '';map = new google.maps.Map(document.getElementById('alexander-city-AL-money-store'), mapOptions);}document.getElementById('661f25bf').innerHTML += ' | View Map';var $l7c094042b226e43e730a8febe1c6315a = '

Money Store

Address: 1678 AL-22, Alexander City, AL 35010, USA
Phone: (256) 329-2141
';var m_7c094042b226e43e730a8febe1c6315a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money Store',});m_7c094042b226e43e730a8febe1c6315a['infowindow'] = new google.maps.InfoWindow({content: $l7c094042b226e43e730a8febe1c6315a});var infowindow = new google.maps.InfoWindow({content: $l7c094042b226e43e730a8febe1c6315a});google.maps.event.addListener(m_7c094042b226e43e730a8febe1c6315a, 'click', function() {infowindow.open(map,m_7c094042b226e43e730a8febe1c6315a);});$marker.push(m_7c094042b226e43e730a8febe1c6315a);}});}google.maps.event.addDomListener(window, 'load', initialize);