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.1959,-85.8134)};var g_87ffb75ae17f512c850ce5956a2b3839 = new google.maps.Geocoder();g_87ffb75ae17f512c850ce5956a2b3839.geocode( { 'address': "100 Richard Jackson Blvd #100, Panama City Beach, FL 32413, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('panama-city-beach-FL-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('panama-city-beach-FL-community-bank'), mapOptions);}document.getElementById('83f894cf').innerHTML += ' | View Map';var $l87ffb75ae17f512c850ce5956a2b3839 = '

Community Bank

Address: 100 Richard Jackson Blvd #100, Panama City Beach, FL 32413, USA
Phone: (850) 775-1000
';var m_87ffb75ae17f512c850ce5956a2b3839 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_87ffb75ae17f512c850ce5956a2b3839['infowindow'] = new google.maps.InfoWindow({content: $l87ffb75ae17f512c850ce5956a2b3839});var infowindow = new google.maps.InfoWindow({content: $l87ffb75ae17f512c850ce5956a2b3839});google.maps.event.addListener(m_87ffb75ae17f512c850ce5956a2b3839, 'click', function() {infowindow.open(map,m_87ffb75ae17f512c850ce5956a2b3839);});$marker.push(m_87ffb75ae17f512c850ce5956a2b3839);}});}google.maps.event.addDomListener(window, 'load', initialize);