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.5314,-87.2272)};var g_5ae300cff97e89e5204fc3dd7b59982a = new google.maps.Geocoder();g_5ae300cff97e89e5204fc3dd7b59982a.geocode( { 'address': "1645 E 9 Mile Rd, Pensacola, FL 32514, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pensacola-FL-florida-state-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('pensacola-FL-florida-state-employees-federal-credit-union'), mapOptions);}document.getElementById('e66d7282').innerHTML += ' | View Map';var $l5ae300cff97e89e5204fc3dd7b59982a = '

Florida State Employees Federal Credit Union

Address: 1645 E 9 Mile Rd, Pensacola, FL 32514, USA
Phone: (850) 474-1400
';var m_5ae300cff97e89e5204fc3dd7b59982a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Florida State Employees Federal Credit Union',});m_5ae300cff97e89e5204fc3dd7b59982a['infowindow'] = new google.maps.InfoWindow({content: $l5ae300cff97e89e5204fc3dd7b59982a});var infowindow = new google.maps.InfoWindow({content: $l5ae300cff97e89e5204fc3dd7b59982a});google.maps.event.addListener(m_5ae300cff97e89e5204fc3dd7b59982a, 'click', function() {infowindow.open(map,m_5ae300cff97e89e5204fc3dd7b59982a);});$marker.push(m_5ae300cff97e89e5204fc3dd7b59982a);}});}google.maps.event.addDomListener(window, 'load', initialize);