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.7989,-82.5012)};var g_ddd1e5c1ecd6aea90094f247772f9c69 = new google.maps.Geocoder();g_ddd1e5c1ecd6aea90094f247772f9c69.geocode( { 'address': "14759 NW 157th Ln, Alachua, FL 32615, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alachua-FL-campus-usa-credit-union-alachua').style.display = '';map = new google.maps.Map(document.getElementById('alachua-FL-campus-usa-credit-union-alachua'), mapOptions);}document.getElementById('ea0714f6').innerHTML += ' | View Map';var $lddd1e5c1ecd6aea90094f247772f9c69 = '

Campus USA Credit Union (Alachua)

Address: 14759 NW 157th Ln, Alachua, FL 32615, USA
Phone: (352) 335-9090
';var m_ddd1e5c1ecd6aea90094f247772f9c69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Campus USA Credit Union (Alachua)',});m_ddd1e5c1ecd6aea90094f247772f9c69['infowindow'] = new google.maps.InfoWindow({content: $lddd1e5c1ecd6aea90094f247772f9c69});var infowindow = new google.maps.InfoWindow({content: $lddd1e5c1ecd6aea90094f247772f9c69});google.maps.event.addListener(m_ddd1e5c1ecd6aea90094f247772f9c69, 'click', function() {infowindow.open(map,m_ddd1e5c1ecd6aea90094f247772f9c69);});$marker.push(m_ddd1e5c1ecd6aea90094f247772f9c69);}});}google.maps.event.addDomListener(window, 'load', initialize);