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.0145,-82.1365)};var g_48e73c4cff542e0717c517daf5a35a20 = new google.maps.Geocoder();g_48e73c4cff542e0717c517daf5a35a20.geocode( { 'address': "2400 James L Redman Pkwy, Plant City, FL 33566"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plant-city-FL-sunshine-bank').style.display = '';map = new google.maps.Map(document.getElementById('plant-city-FL-sunshine-bank'), mapOptions);}document.getElementById('ef90d4e2').innerHTML += ' | View Map';var $l48e73c4cff542e0717c517daf5a35a20 = '

Sunshine Bank

Address: 2400 James L Redman Pkwy, Plant City, FL 33566
Phone: (813) 754-1844
';var m_48e73c4cff542e0717c517daf5a35a20 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sunshine Bank',});m_48e73c4cff542e0717c517daf5a35a20['infowindow'] = new google.maps.InfoWindow({content: $l48e73c4cff542e0717c517daf5a35a20});var infowindow = new google.maps.InfoWindow({content: $l48e73c4cff542e0717c517daf5a35a20});google.maps.event.addListener(m_48e73c4cff542e0717c517daf5a35a20, 'click', function() {infowindow.open(map,m_48e73c4cff542e0717c517daf5a35a20);});$marker.push(m_48e73c4cff542e0717c517daf5a35a20);}});}google.maps.event.addDomListener(window, 'load', initialize);