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.6347,-82.3735)};var g_7ac6d80c42fdb4020030b1cb9ed708f5 = new google.maps.Geocoder();g_7ac6d80c42fdb4020030b1cb9ed708f5.geocode( { 'address': "1900 SW 34th St, Gainesville, FL 32608, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-FL-campus-usa-credit-union-west-campus-gainesville').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-FL-campus-usa-credit-union-west-campus-gainesville'), mapOptions);}document.getElementById('cf71bed7').innerHTML += ' | View Map';var $l7ac6d80c42fdb4020030b1cb9ed708f5 = '

CAMPUS USA Credit Union (West Campus Gainesville)

Address: 1900 SW 34th St, Gainesville, FL 32608, USA
Phone: (352) 335-9090
';var m_7ac6d80c42fdb4020030b1cb9ed708f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CAMPUS USA Credit Union (West Campus Gainesville)',});m_7ac6d80c42fdb4020030b1cb9ed708f5['infowindow'] = new google.maps.InfoWindow({content: $l7ac6d80c42fdb4020030b1cb9ed708f5});var infowindow = new google.maps.InfoWindow({content: $l7ac6d80c42fdb4020030b1cb9ed708f5});google.maps.event.addListener(m_7ac6d80c42fdb4020030b1cb9ed708f5, 'click', function() {infowindow.open(map,m_7ac6d80c42fdb4020030b1cb9ed708f5);});$marker.push(m_7ac6d80c42fdb4020030b1cb9ed708f5);}});}google.maps.event.addDomListener(window, 'load', initialize);