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.1952,-85.6506)};var g_6d4e30c6e8df337e6f1bd759dab8d24b = new google.maps.Geocoder();g_6d4e30c6e8df337e6f1bd759dab8d24b.geocode( { 'address': "2615 FL-77, Panama City, FL 32405, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('panama-city-FL-central-credit-union-of-fl').style.display = '';map = new google.maps.Map(document.getElementById('panama-city-FL-central-credit-union-of-fl'), mapOptions);}document.getElementById('908a55d3').innerHTML += ' | View Map';var $l6d4e30c6e8df337e6f1bd759dab8d24b = '

Central Credit Union of Fl

Address: 2615 FL-77, Panama City, FL 32405, USA
Phone: (850) 769-4891
';var m_6d4e30c6e8df337e6f1bd759dab8d24b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Credit Union of Fl',});m_6d4e30c6e8df337e6f1bd759dab8d24b['infowindow'] = new google.maps.InfoWindow({content: $l6d4e30c6e8df337e6f1bd759dab8d24b});var infowindow = new google.maps.InfoWindow({content: $l6d4e30c6e8df337e6f1bd759dab8d24b});google.maps.event.addListener(m_6d4e30c6e8df337e6f1bd759dab8d24b, 'click', function() {infowindow.open(map,m_6d4e30c6e8df337e6f1bd759dab8d24b);});$marker.push(m_6d4e30c6e8df337e6f1bd759dab8d24b);}});}google.maps.event.addDomListener(window, 'load', initialize);