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.4685,-86.9155)};var g_ac35a8c1338c3251c02bdd870b8b2245 = new google.maps.Geocoder();g_ac35a8c1338c3251c02bdd870b8b2245.geocode( { 'address': "6936 Doctor M.L.K. Dr, Fairfield, AL 35064, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairfield-AL-cash-connection').style.display = '';map = new google.maps.Map(document.getElementById('fairfield-AL-cash-connection'), mapOptions);}document.getElementById('40b3acc4').innerHTML += ' | View Map';var $lac35a8c1338c3251c02bdd870b8b2245 = '

Cash Connection

Address: 6936 Doctor M.L.K. Dr, Fairfield, AL 35064, USA
Phone: (205) 780-7378
';var m_ac35a8c1338c3251c02bdd870b8b2245 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Connection',});m_ac35a8c1338c3251c02bdd870b8b2245['infowindow'] = new google.maps.InfoWindow({content: $lac35a8c1338c3251c02bdd870b8b2245});var infowindow = new google.maps.InfoWindow({content: $lac35a8c1338c3251c02bdd870b8b2245});google.maps.event.addListener(m_ac35a8c1338c3251c02bdd870b8b2245, 'click', function() {infowindow.open(map,m_ac35a8c1338c3251c02bdd870b8b2245);});$marker.push(m_ac35a8c1338c3251c02bdd870b8b2245);}});}google.maps.event.addDomListener(window, 'load', initialize);