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(33.9342,-85.5987)};var g_c93cd9c4cb26609fc4d1578301b9957c = new google.maps.Geocoder();g_c93cd9c4cb26609fc4d1578301b9957c.geocode( { 'address': "636 US-278, Piedmont, AL 36272, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('piedmont-AL-fast-cash').style.display = '';map = new google.maps.Map(document.getElementById('piedmont-AL-fast-cash'), mapOptions);}document.getElementById('4687ca97').innerHTML += ' | View Map';var $lc93cd9c4cb26609fc4d1578301b9957c = '

Fast Cash

Address: 636 US-278, Piedmont, AL 36272, USA
Phone: (256) 447-2575
';var m_c93cd9c4cb26609fc4d1578301b9957c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fast Cash',});m_c93cd9c4cb26609fc4d1578301b9957c['infowindow'] = new google.maps.InfoWindow({content: $lc93cd9c4cb26609fc4d1578301b9957c});var infowindow = new google.maps.InfoWindow({content: $lc93cd9c4cb26609fc4d1578301b9957c});google.maps.event.addListener(m_c93cd9c4cb26609fc4d1578301b9957c, 'click', function() {infowindow.open(map,m_c93cd9c4cb26609fc4d1578301b9957c);});$marker.push(m_c93cd9c4cb26609fc4d1578301b9957c);}});}google.maps.event.addDomListener(window, 'load', initialize);