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.9602,-81.9662)};var g_26137409bbf9b4d2bf1f67389cec85bd = new google.maps.Geocoder();g_26137409bbf9b4d2bf1f67389cec85bd.geocode( { 'address': "17950 US-441, Summerfield, FL 34491, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('summerfield-FL-campus-usa-credit-union-summerfield').style.display = '';map = new google.maps.Map(document.getElementById('summerfield-FL-campus-usa-credit-union-summerfield'), mapOptions);}document.getElementById('37219ea5').innerHTML += ' | View Map';var $l26137409bbf9b4d2bf1f67389cec85bd = '

Campus USA Credit Union (Summerfield)

Address: 17950 US-441, Summerfield, FL 34491, USA
Phone: (352) 335-9090
';var m_26137409bbf9b4d2bf1f67389cec85bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Campus USA Credit Union (Summerfield)',});m_26137409bbf9b4d2bf1f67389cec85bd['infowindow'] = new google.maps.InfoWindow({content: $l26137409bbf9b4d2bf1f67389cec85bd});var infowindow = new google.maps.InfoWindow({content: $l26137409bbf9b4d2bf1f67389cec85bd});google.maps.event.addListener(m_26137409bbf9b4d2bf1f67389cec85bd, 'click', function() {infowindow.open(map,m_26137409bbf9b4d2bf1f67389cec85bd);});$marker.push(m_26137409bbf9b4d2bf1f67389cec85bd);}});}google.maps.event.addDomListener(window, 'load', initialize);