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(29.161,-82.1748)};var g_b0e76984bbaa8ae84ca656be57f54acf = new google.maps.Geocoder();g_b0e76984bbaa8ae84ca656be57f54acf.geocode( { 'address': "3097 SW College Rd, Ocala, FL 34474, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ocala-FL-campus-usa-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ocala-FL-campus-usa-credit-union'), mapOptions);}document.getElementById('a9034b25').innerHTML += ' | View Map';var $lb0e76984bbaa8ae84ca656be57f54acf = '

Campus USA Credit Union

Address: 3097 SW College Rd, Ocala, FL 34474, USA
Phone: (352) 335-9090
';var m_b0e76984bbaa8ae84ca656be57f54acf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Campus USA Credit Union',});m_b0e76984bbaa8ae84ca656be57f54acf['infowindow'] = new google.maps.InfoWindow({content: $lb0e76984bbaa8ae84ca656be57f54acf});var infowindow = new google.maps.InfoWindow({content: $lb0e76984bbaa8ae84ca656be57f54acf});google.maps.event.addListener(m_b0e76984bbaa8ae84ca656be57f54acf, 'click', function() {infowindow.open(map,m_b0e76984bbaa8ae84ca656be57f54acf);});$marker.push(m_b0e76984bbaa8ae84ca656be57f54acf);}});}google.maps.event.addDomListener(window, 'load', initialize);