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(31.7115,-85.6093)};var g_0e57098d0318a954d1443e2974a38fac = new google.maps.Geocoder();g_0e57098d0318a954d1443e2974a38fac.geocode( { 'address': "3274 Louisville St, Clio, AL 36017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clio-AL-sun-south-bank').style.display = '';map = new google.maps.Map(document.getElementById('clio-AL-sun-south-bank'), mapOptions);}document.getElementById('6fc8f8c5').innerHTML += ' | View Map';var $l0e57098d0318a954d1443e2974a38fac = '

Sun South Bank

Address: 3274 Louisville St, Clio, AL 36017, USA
Phone: (334) 397-4413
';var m_0e57098d0318a954d1443e2974a38fac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun South Bank',});m_0e57098d0318a954d1443e2974a38fac['infowindow'] = new google.maps.InfoWindow({content: $l0e57098d0318a954d1443e2974a38fac});var infowindow = new google.maps.InfoWindow({content: $l0e57098d0318a954d1443e2974a38fac});google.maps.event.addListener(m_0e57098d0318a954d1443e2974a38fac, 'click', function() {infowindow.open(map,m_0e57098d0318a954d1443e2974a38fac);});$marker.push(m_0e57098d0318a954d1443e2974a38fac);}});}google.maps.event.addDomListener(window, 'load', initialize);