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.4504,-81.3556)};var g_d05c29c0c4d443a20fd45cbceadc013b = new google.maps.Geocoder();g_d05c29c0c4d443a20fd45cbceadc013b.geocode( { 'address': "1900 McCoy Rd, Orlando, FL 32809, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orlando-FL-mccoy-federal-credit-union---mccoy').style.display = '';map = new google.maps.Map(document.getElementById('orlando-FL-mccoy-federal-credit-union---mccoy'), mapOptions);}document.getElementById('8a13a2d8').innerHTML += ' | View Map';var $ld05c29c0c4d443a20fd45cbceadc013b = '

McCoy Federal Credit Union - McCoy

Address: 1900 McCoy Rd, Orlando, FL 32809, USA
Phone: (407) 855-5452
';var m_d05c29c0c4d443a20fd45cbceadc013b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'McCoy Federal Credit Union - McCoy',});m_d05c29c0c4d443a20fd45cbceadc013b['infowindow'] = new google.maps.InfoWindow({content: $ld05c29c0c4d443a20fd45cbceadc013b});var infowindow = new google.maps.InfoWindow({content: $ld05c29c0c4d443a20fd45cbceadc013b});google.maps.event.addListener(m_d05c29c0c4d443a20fd45cbceadc013b, 'click', function() {infowindow.open(map,m_d05c29c0c4d443a20fd45cbceadc013b);});$marker.push(m_d05c29c0c4d443a20fd45cbceadc013b);}});}google.maps.event.addDomListener(window, 'load', initialize);