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.9162,-86.7159)};var g_15a3485fca0150bf08be1d4cb03d6e36 = new google.maps.Geocoder();g_15a3485fca0150bf08be1d4cb03d6e36.geocode( { 'address': "21204 US-31, Thorsby, AL 35171, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thorsby-AL-money-mart').style.display = '';map = new google.maps.Map(document.getElementById('thorsby-AL-money-mart'), mapOptions);}document.getElementById('c12a4d9f').innerHTML += ' | View Map';var $l15a3485fca0150bf08be1d4cb03d6e36 = '

Money Mart

Address: 21204 US-31, Thorsby, AL 35171, USA
Phone: (205) 646-3303
';var m_15a3485fca0150bf08be1d4cb03d6e36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money Mart',});m_15a3485fca0150bf08be1d4cb03d6e36['infowindow'] = new google.maps.InfoWindow({content: $l15a3485fca0150bf08be1d4cb03d6e36});var infowindow = new google.maps.InfoWindow({content: $l15a3485fca0150bf08be1d4cb03d6e36});google.maps.event.addListener(m_15a3485fca0150bf08be1d4cb03d6e36, 'click', function() {infowindow.open(map,m_15a3485fca0150bf08be1d4cb03d6e36);});$marker.push(m_15a3485fca0150bf08be1d4cb03d6e36);}});}google.maps.event.addDomListener(window, 'load', initialize);