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(27.9831,-82.1222)};var g_88eea580ab9ba46cc6a82d12f621ef06 = new google.maps.Geocoder();g_88eea580ab9ba46cc6a82d12f621ef06.geocode( { 'address': "2903 James L Redman Pkwy, Plant City, FL 33566, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plant-city-FL-midflorida-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('plant-city-FL-midflorida-credit-union'), mapOptions);}document.getElementById('cf9ec17f').innerHTML += ' | View Map';var $l88eea580ab9ba46cc6a82d12f621ef06 = '

MIDFLORIDA Credit Union

Address: 2903 James L Redman Pkwy, Plant City, FL 33566, USA
Phone: (813) 704-6248
';var m_88eea580ab9ba46cc6a82d12f621ef06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MIDFLORIDA Credit Union',});m_88eea580ab9ba46cc6a82d12f621ef06['infowindow'] = new google.maps.InfoWindow({content: $l88eea580ab9ba46cc6a82d12f621ef06});var infowindow = new google.maps.InfoWindow({content: $l88eea580ab9ba46cc6a82d12f621ef06});google.maps.event.addListener(m_88eea580ab9ba46cc6a82d12f621ef06, 'click', function() {infowindow.open(map,m_88eea580ab9ba46cc6a82d12f621ef06);});$marker.push(m_88eea580ab9ba46cc6a82d12f621ef06);}});}google.maps.event.addDomListener(window, 'load', initialize);