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.981,-82.4012)};var g_afb992000fcf79ef7a53fffde9c8e044 = new google.maps.Geocoder();g_afb992000fcf79ef7a53fffde9c8e044.geocode( { 'address': "3835 N 50th St H, Tampa, FL 33619, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tampa-FL-southern-auto-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('tampa-FL-southern-auto-loans-inc'), mapOptions);}document.getElementById('72cf6ff7').innerHTML += ' | View Map';var $lafb992000fcf79ef7a53fffde9c8e044 = '

Southern Auto Loans Inc

Address: 3835 N 50th St H, Tampa, FL 33619, USA
Phone: (813) 623-5559
';var m_afb992000fcf79ef7a53fffde9c8e044 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Auto Loans Inc',});m_afb992000fcf79ef7a53fffde9c8e044['infowindow'] = new google.maps.InfoWindow({content: $lafb992000fcf79ef7a53fffde9c8e044});var infowindow = new google.maps.InfoWindow({content: $lafb992000fcf79ef7a53fffde9c8e044});google.maps.event.addListener(m_afb992000fcf79ef7a53fffde9c8e044, 'click', function() {infowindow.open(map,m_afb992000fcf79ef7a53fffde9c8e044);});$marker.push(m_afb992000fcf79ef7a53fffde9c8e044);}});}google.maps.event.addDomListener(window, 'load', initialize);