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.9811,-82.343)};var g_a58fdc4e008c823e6a40f2d66955ec16 = new google.maps.Geocoder();g_a58fdc4e008c823e6a40f2d66955ec16.geocode( { 'address': "3403 Orient Rd, Tampa, FL 33619"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tampa-FL-southern-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('tampa-FL-southern-commerce-bank'), mapOptions);}document.getElementById('99bd09c6').innerHTML += ' | View Map';var $la58fdc4e008c823e6a40f2d66955ec16 = '

Southern Commerce Bank

Address: 3403 Orient Rd, Tampa, FL 33619
Phone: (813) 626-2834
';var m_a58fdc4e008c823e6a40f2d66955ec16 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Commerce Bank',});m_a58fdc4e008c823e6a40f2d66955ec16['infowindow'] = new google.maps.InfoWindow({content: $la58fdc4e008c823e6a40f2d66955ec16});var infowindow = new google.maps.InfoWindow({content: $la58fdc4e008c823e6a40f2d66955ec16});google.maps.event.addListener(m_a58fdc4e008c823e6a40f2d66955ec16, 'click', function() {infowindow.open(map,m_a58fdc4e008c823e6a40f2d66955ec16);});$marker.push(m_a58fdc4e008c823e6a40f2d66955ec16);}});}google.maps.event.addDomListener(window, 'load', initialize);