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_d76d8deea9c19cc9aaf2237d2bf2f785 = new google.maps.Geocoder();g_d76d8deea9c19cc9aaf2237d2bf2f785.geocode( { 'address': "1100 School Ave, Panama City, FL 32401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('panama-city-FL-panhandle-educators-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('panama-city-FL-panhandle-educators-federal-credit-union'), mapOptions);}document.getElementById('1c9219dc').innerHTML += ' | View Map';var $ld76d8deea9c19cc9aaf2237d2bf2f785 = '

Panhandle Educators Federal Credit Union

Address: 1100 School Ave, Panama City, FL 32401
Phone: (850) 769-2351
';var m_d76d8deea9c19cc9aaf2237d2bf2f785 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Panhandle Educators Federal Credit Union',});m_d76d8deea9c19cc9aaf2237d2bf2f785['infowindow'] = new google.maps.InfoWindow({content: $ld76d8deea9c19cc9aaf2237d2bf2f785});var infowindow = new google.maps.InfoWindow({content: $ld76d8deea9c19cc9aaf2237d2bf2f785});google.maps.event.addListener(m_d76d8deea9c19cc9aaf2237d2bf2f785, 'click', function() {infowindow.open(map,m_d76d8deea9c19cc9aaf2237d2bf2f785);});$marker.push(m_d76d8deea9c19cc9aaf2237d2bf2f785);}});}google.maps.event.addDomListener(window, 'load', initialize);