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(34.6804,-86.7465)};var g_c9236859f1c5404b0138f97bbb9b128d = new google.maps.Geocoder();g_c9236859f1c5404b0138f97bbb9b128d.geocode( { 'address': "8760 Madison Blvd, Madison, AL 35758, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-AL-cash-connection').style.display = '';map = new google.maps.Map(document.getElementById('madison-AL-cash-connection'), mapOptions);}document.getElementById('f754957d').innerHTML += ' | View Map';var $lc9236859f1c5404b0138f97bbb9b128d = '

Cash Connection

Address: 8760 Madison Blvd, Madison, AL 35758, USA
Phone: (256) 461-4888
';var m_c9236859f1c5404b0138f97bbb9b128d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Connection',});m_c9236859f1c5404b0138f97bbb9b128d['infowindow'] = new google.maps.InfoWindow({content: $lc9236859f1c5404b0138f97bbb9b128d});var infowindow = new google.maps.InfoWindow({content: $lc9236859f1c5404b0138f97bbb9b128d});google.maps.event.addListener(m_c9236859f1c5404b0138f97bbb9b128d, 'click', function() {infowindow.open(map,m_c9236859f1c5404b0138f97bbb9b128d);});$marker.push(m_c9236859f1c5404b0138f97bbb9b128d);}});}google.maps.event.addDomListener(window, 'load', initialize);