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_8a29a411e91931b2c009daf000f9ed7d = new google.maps.Geocoder();g_8a29a411e91931b2c009daf000f9ed7d.geocode( { 'address': "1804 James L Redman Pkwy, Plant City, FL 33563"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plant-city-FL-platinum-bank').style.display = '';map = new google.maps.Map(document.getElementById('plant-city-FL-platinum-bank'), mapOptions);}document.getElementById('3560e73d').innerHTML += ' | View Map';var $l8a29a411e91931b2c009daf000f9ed7d = '

Platinum Bank

Address: 1804 James L Redman Pkwy, Plant City, FL 33563
Phone: (813) 659-1234
';var m_8a29a411e91931b2c009daf000f9ed7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Platinum Bank',});m_8a29a411e91931b2c009daf000f9ed7d['infowindow'] = new google.maps.InfoWindow({content: $l8a29a411e91931b2c009daf000f9ed7d});var infowindow = new google.maps.InfoWindow({content: $l8a29a411e91931b2c009daf000f9ed7d});google.maps.event.addListener(m_8a29a411e91931b2c009daf000f9ed7d, 'click', function() {infowindow.open(map,m_8a29a411e91931b2c009daf000f9ed7d);});$marker.push(m_8a29a411e91931b2c009daf000f9ed7d);}});}google.maps.event.addDomListener(window, 'load', initialize);