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.6364,-81.3216)};var g_37395c7593c80948bbd4975d6a873cbf = new google.maps.Geocoder();g_37395c7593c80948bbd4975d6a873cbf.geocode( { 'address': "1229 FL-436, Casselberry, FL 32707, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('casselberry-FL-orlando-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('casselberry-FL-orlando-federal-credit-union'), mapOptions);}document.getElementById('7608b73c').innerHTML += ' | View Map';var $l37395c7593c80948bbd4975d6a873cbf = '

Orlando Federal Credit Union

Address: 1229 FL-436, Casselberry, FL 32707, USA
Phone: (407) 835-3500
';var m_37395c7593c80948bbd4975d6a873cbf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Orlando Federal Credit Union',});m_37395c7593c80948bbd4975d6a873cbf['infowindow'] = new google.maps.InfoWindow({content: $l37395c7593c80948bbd4975d6a873cbf});var infowindow = new google.maps.InfoWindow({content: $l37395c7593c80948bbd4975d6a873cbf});google.maps.event.addListener(m_37395c7593c80948bbd4975d6a873cbf, 'click', function() {infowindow.open(map,m_37395c7593c80948bbd4975d6a873cbf);});$marker.push(m_37395c7593c80948bbd4975d6a873cbf);}});}google.maps.event.addDomListener(window, 'load', initialize);