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.1891,-85.6546)};var g_f6c78ae4bbb055d3761ad6213a147501 = new google.maps.Geocoder();g_f6c78ae4bbb055d3761ad6213a147501.geocode( { 'address': "450 E 23rd St, Panama City, FL 32405, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('panama-city-FL-ameris-bank').style.display = '';map = new google.maps.Map(document.getElementById('panama-city-FL-ameris-bank'), mapOptions);}document.getElementById('881acfcb').innerHTML += ' | View Map';var $lf6c78ae4bbb055d3761ad6213a147501 = '

Ameris Bank

Address: 450 E 23rd St, Panama City, FL 32405, USA
Phone: (850) 914-0721
';var m_f6c78ae4bbb055d3761ad6213a147501 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ameris Bank',});m_f6c78ae4bbb055d3761ad6213a147501['infowindow'] = new google.maps.InfoWindow({content: $lf6c78ae4bbb055d3761ad6213a147501});var infowindow = new google.maps.InfoWindow({content: $lf6c78ae4bbb055d3761ad6213a147501});google.maps.event.addListener(m_f6c78ae4bbb055d3761ad6213a147501, 'click', function() {infowindow.open(map,m_f6c78ae4bbb055d3761ad6213a147501);});$marker.push(m_f6c78ae4bbb055d3761ad6213a147501);}});}google.maps.event.addDomListener(window, 'load', initialize);