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.7563,-87.6354)};var g_59fd033a2de3bc87962411368496d912 = new google.maps.Geocoder();g_59fd033a2de3bc87962411368496d912.geocode( { 'address': "404 S Wilson Dam Rd, Muscle Shoals, AL 35661, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muscle-shoals-AL-western-finance').style.display = '';map = new google.maps.Map(document.getElementById('muscle-shoals-AL-western-finance'), mapOptions);}document.getElementById('24d5acb7').innerHTML += ' | View Map';var $l59fd033a2de3bc87962411368496d912 = '

Western Finance

Address: 404 S Wilson Dam Rd, Muscle Shoals, AL 35661, USA
Phone: (256) 389-9887
';var m_59fd033a2de3bc87962411368496d912 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Finance',});m_59fd033a2de3bc87962411368496d912['infowindow'] = new google.maps.InfoWindow({content: $l59fd033a2de3bc87962411368496d912});var infowindow = new google.maps.InfoWindow({content: $l59fd033a2de3bc87962411368496d912});google.maps.event.addListener(m_59fd033a2de3bc87962411368496d912, 'click', function() {infowindow.open(map,m_59fd033a2de3bc87962411368496d912);});$marker.push(m_59fd033a2de3bc87962411368496d912);}});}google.maps.event.addDomListener(window, 'load', initialize);