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(30.16,-85.6496)};var g_069059f20d432626d44ece1f5046d1ab = new google.maps.Geocoder();g_069059f20d432626d44ece1f5046d1ab.geocode( { 'address': "2320 Martin Luther King Jr Blvd, Panama City, FL 32405"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('panama-city-FL-am-south-bank').style.display = '';map = new google.maps.Map(document.getElementById('panama-city-FL-am-south-bank'), mapOptions);}document.getElementById('61e25f67').innerHTML += ' | View Map';var $l069059f20d432626d44ece1f5046d1ab = '

AM South Bank

Address: 2320 Martin Luther King Jr Blvd, Panama City, FL 32405
Phone: (850) 872-8900
';var m_069059f20d432626d44ece1f5046d1ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AM South Bank',});m_069059f20d432626d44ece1f5046d1ab['infowindow'] = new google.maps.InfoWindow({content: $l069059f20d432626d44ece1f5046d1ab});var infowindow = new google.maps.InfoWindow({content: $l069059f20d432626d44ece1f5046d1ab});google.maps.event.addListener(m_069059f20d432626d44ece1f5046d1ab, 'click', function() {infowindow.open(map,m_069059f20d432626d44ece1f5046d1ab);});$marker.push(m_069059f20d432626d44ece1f5046d1ab);}});}google.maps.event.addDomListener(window, 'load', initialize);