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.9663,-82.3834)};var g_2c6944695be1003e29d489d250501596 = new google.maps.Geocoder();g_2c6944695be1003e29d489d250501596.geocode( { 'address': "6221 E Broadway Ave, Tampa, FL 33619, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tampa-FL-bb-auto-title-pawn').style.display = '';map = new google.maps.Map(document.getElementById('tampa-FL-bb-auto-title-pawn'), mapOptions);}document.getElementById('772691e8').innerHTML += ' | View Map';var $l2c6944695be1003e29d489d250501596 = '

B&B Auto Title Pawn

Address: 6221 E Broadway Ave, Tampa, FL 33619, USA
Phone: (813) 341-4665
';var m_2c6944695be1003e29d489d250501596 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B&B Auto Title Pawn',});m_2c6944695be1003e29d489d250501596['infowindow'] = new google.maps.InfoWindow({content: $l2c6944695be1003e29d489d250501596});var infowindow = new google.maps.InfoWindow({content: $l2c6944695be1003e29d489d250501596});google.maps.event.addListener(m_2c6944695be1003e29d489d250501596, 'click', function() {infowindow.open(map,m_2c6944695be1003e29d489d250501596);});$marker.push(m_2c6944695be1003e29d489d250501596);}});}google.maps.event.addDomListener(window, 'load', initialize);