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.7328,-81.3087)};var g_1b081103a9983f52cb079d998d35f66a = new google.maps.Geocoder();g_1b081103a9983f52cb079d998d35f66a.geocode( { 'address': "3540 N 17-92 Hwy, Lake Mary, FL 32746, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-mary-FL-mccoy-federal-credit-union---longwoodlake-mary').style.display = '';map = new google.maps.Map(document.getElementById('lake-mary-FL-mccoy-federal-credit-union---longwoodlake-mary'), mapOptions);}document.getElementById('5ffe53c2').innerHTML += ' | View Map';var $l1b081103a9983f52cb079d998d35f66a = '

McCoy Federal Credit Union - Longwood/Lake Mary

Address: 3540 N 17-92 Hwy, Lake Mary, FL 32746, USA
Phone: (407) 855-5452
';var m_1b081103a9983f52cb079d998d35f66a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'McCoy Federal Credit Union - Longwood/Lake Mary',});m_1b081103a9983f52cb079d998d35f66a['infowindow'] = new google.maps.InfoWindow({content: $l1b081103a9983f52cb079d998d35f66a});var infowindow = new google.maps.InfoWindow({content: $l1b081103a9983f52cb079d998d35f66a});google.maps.event.addListener(m_1b081103a9983f52cb079d998d35f66a, 'click', function() {infowindow.open(map,m_1b081103a9983f52cb079d998d35f66a);});$marker.push(m_1b081103a9983f52cb079d998d35f66a);}});}google.maps.event.addDomListener(window, 'load', initialize);