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_f57b56757d964c28edcd8aacee7e9618 = new google.maps.Geocoder();g_f57b56757d964c28edcd8aacee7e9618.geocode( { 'address': "1701 W Baker St, Plant City, FL 33563"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plant-city-FL-railroad-industrial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('plant-city-FL-railroad-industrial-credit-union'), mapOptions);}document.getElementById('7f4aad06').innerHTML += ' | View Map';var $lf57b56757d964c28edcd8aacee7e9618 = '

Railroad & Industrial Credit Union

Address: 1701 W Baker St, Plant City, FL 33563
Phone: (813) 626-1377
';var m_f57b56757d964c28edcd8aacee7e9618 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Railroad & Industrial Credit Union',});m_f57b56757d964c28edcd8aacee7e9618['infowindow'] = new google.maps.InfoWindow({content: $lf57b56757d964c28edcd8aacee7e9618});var infowindow = new google.maps.InfoWindow({content: $lf57b56757d964c28edcd8aacee7e9618});google.maps.event.addListener(m_f57b56757d964c28edcd8aacee7e9618, 'click', function() {infowindow.open(map,m_f57b56757d964c28edcd8aacee7e9618);});$marker.push(m_f57b56757d964c28edcd8aacee7e9618);}});}google.maps.event.addDomListener(window, 'load', initialize);