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.1682,-86.25)};var g_4859e3980bbc8dd65d8f7a68feffea54 = new google.maps.Geocoder();g_4859e3980bbc8dd65d8f7a68feffea54.geocode( { 'address': "24 N Broadway Ave, Sylacauga, AL 35150, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sylacauga-AL-approved-cash').style.display = '';map = new google.maps.Map(document.getElementById('sylacauga-AL-approved-cash'), mapOptions);}document.getElementById('39cd59cc').innerHTML += ' | View Map';var $l4859e3980bbc8dd65d8f7a68feffea54 = '

Approved Cash

Address: 24 N Broadway Ave, Sylacauga, AL 35150, USA
Phone: (256) 245-9127
';var m_4859e3980bbc8dd65d8f7a68feffea54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Cash',});m_4859e3980bbc8dd65d8f7a68feffea54['infowindow'] = new google.maps.InfoWindow({content: $l4859e3980bbc8dd65d8f7a68feffea54});var infowindow = new google.maps.InfoWindow({content: $l4859e3980bbc8dd65d8f7a68feffea54});google.maps.event.addListener(m_4859e3980bbc8dd65d8f7a68feffea54, 'click', function() {infowindow.open(map,m_4859e3980bbc8dd65d8f7a68feffea54);});$marker.push(m_4859e3980bbc8dd65d8f7a68feffea54);}});}google.maps.event.addDomListener(window, 'load', initialize);