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.9736,-82.3536)};var g_dd9c4e1b9af8976f87dd646847855fc1 = new google.maps.Geocoder();g_dd9c4e1b9af8976f87dd646847855fc1.geocode( { 'address': "8916 Sabal Industrial Blvd, Tampa, FL 33619, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tampa-FL-coast-2-coast-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('tampa-FL-coast-2-coast-credit-union'), mapOptions);}document.getElementById('c83d3eb2').innerHTML += ' | View Map';var $ldd9c4e1b9af8976f87dd646847855fc1 = '

Coast 2 Coast Credit Union

Address: 8916 Sabal Industrial Blvd, Tampa, FL 33619, USA
Phone: (813) 621-9631
';var m_dd9c4e1b9af8976f87dd646847855fc1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coast 2 Coast Credit Union',});m_dd9c4e1b9af8976f87dd646847855fc1['infowindow'] = new google.maps.InfoWindow({content: $ldd9c4e1b9af8976f87dd646847855fc1});var infowindow = new google.maps.InfoWindow({content: $ldd9c4e1b9af8976f87dd646847855fc1});google.maps.event.addListener(m_dd9c4e1b9af8976f87dd646847855fc1, 'click', function() {infowindow.open(map,m_dd9c4e1b9af8976f87dd646847855fc1);});$marker.push(m_dd9c4e1b9af8976f87dd646847855fc1);}});}google.maps.event.addDomListener(window, 'load', initialize);