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(28.663,-81.3729)};var g_9399e0b02c73fcc14cd11d9b4e685f2e = new google.maps.Geocoder();g_9399e0b02c73fcc14cd11d9b4e685f2e.geocode( { 'address': "855 S State Road 434, Altamonte Springs, FL 32714"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('altamonte-springs-FL-cfe-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('altamonte-springs-FL-cfe-federal-credit-union'), mapOptions);}document.getElementById('acc39f89').innerHTML += ' | View Map';var $l9399e0b02c73fcc14cd11d9b4e685f2e = '

CFE Federal Credit Union

Address: 855 S State Road 434, Altamonte Springs, FL 32714
Phone: (407) 896-9411
';var m_9399e0b02c73fcc14cd11d9b4e685f2e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CFE Federal Credit Union',});m_9399e0b02c73fcc14cd11d9b4e685f2e['infowindow'] = new google.maps.InfoWindow({content: $l9399e0b02c73fcc14cd11d9b4e685f2e});var infowindow = new google.maps.InfoWindow({content: $l9399e0b02c73fcc14cd11d9b4e685f2e});google.maps.event.addListener(m_9399e0b02c73fcc14cd11d9b4e685f2e, 'click', function() {infowindow.open(map,m_9399e0b02c73fcc14cd11d9b4e685f2e);});$marker.push(m_9399e0b02c73fcc14cd11d9b4e685f2e);}});}google.maps.event.addDomListener(window, 'load', initialize);