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.8447,-82.0282)};var g_be248e45f4549e9c64f93b8654a91daa = new google.maps.Geocoder();g_be248e45f4549e9c64f93b8654a91daa.geocode( { 'address': "2945 Traverse Trail, The Villages, FL 32163, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('the-villages-FL-campus-usa-credit-union-the-villages').style.display = '';map = new google.maps.Map(document.getElementById('the-villages-FL-campus-usa-credit-union-the-villages'), mapOptions);}document.getElementById('7d159ad1').innerHTML += ' | View Map';var $lbe248e45f4549e9c64f93b8654a91daa = '

Campus USA Credit Union (The Villages)

Address: 2945 Traverse Trail, The Villages, FL 32163, USA
Phone: (352) 237-9060
';var m_be248e45f4549e9c64f93b8654a91daa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Campus USA Credit Union (The Villages)',});m_be248e45f4549e9c64f93b8654a91daa['infowindow'] = new google.maps.InfoWindow({content: $lbe248e45f4549e9c64f93b8654a91daa});var infowindow = new google.maps.InfoWindow({content: $lbe248e45f4549e9c64f93b8654a91daa});google.maps.event.addListener(m_be248e45f4549e9c64f93b8654a91daa, 'click', function() {infowindow.open(map,m_be248e45f4549e9c64f93b8654a91daa);});$marker.push(m_be248e45f4549e9c64f93b8654a91daa);}});}google.maps.event.addDomListener(window, 'load', initialize);