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.8687,-82.3196)};var g_b9285ab4c80f0e0d5c090dda9fb3014c = new google.maps.Geocoder();g_b9285ab4c80f0e0d5c090dda9fb3014c.geocode( { 'address': "6106 Delancey Station St, Riverview, FL 33578"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('riverview-FL-railroad-industrial-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('riverview-FL-railroad-industrial-federal-credit-union'), mapOptions);}document.getElementById('fcfa0fa3').innerHTML += ' | View Map';var $lb9285ab4c80f0e0d5c090dda9fb3014c = '

Railroad & Industrial Federal Credit Union

Address: 6106 Delancey Station St, Riverview, FL 33578
Phone: (813) 621-6661
';var m_b9285ab4c80f0e0d5c090dda9fb3014c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Railroad & Industrial Federal Credit Union',});m_b9285ab4c80f0e0d5c090dda9fb3014c['infowindow'] = new google.maps.InfoWindow({content: $lb9285ab4c80f0e0d5c090dda9fb3014c});var infowindow = new google.maps.InfoWindow({content: $lb9285ab4c80f0e0d5c090dda9fb3014c});google.maps.event.addListener(m_b9285ab4c80f0e0d5c090dda9fb3014c, 'click', function() {infowindow.open(map,m_b9285ab4c80f0e0d5c090dda9fb3014c);});$marker.push(m_b9285ab4c80f0e0d5c090dda9fb3014c);}});}google.maps.event.addDomListener(window, 'load', initialize);