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_34fc4fed862fd1a14362ead592726b47 = new google.maps.Geocoder();g_34fc4fed862fd1a14362ead592726b47.geocode( { 'address': "13909 N Dale Mabry Hwy, Tampa, FL 33618"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tampa-FL-robert-stringer-associates').style.display = '';map = new google.maps.Map(document.getElementById('tampa-FL-robert-stringer-associates'), mapOptions);}document.getElementById('a61e88da').innerHTML += ' | View Map';var $l34fc4fed862fd1a14362ead592726b47 = '

Robert Stringer & Associates

Address: 13909 N Dale Mabry Hwy, Tampa, FL 33618
Phone: (813) 962-4088
';var m_34fc4fed862fd1a14362ead592726b47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Robert Stringer & Associates',});m_34fc4fed862fd1a14362ead592726b47['infowindow'] = new google.maps.InfoWindow({content: $l34fc4fed862fd1a14362ead592726b47});var infowindow = new google.maps.InfoWindow({content: $l34fc4fed862fd1a14362ead592726b47});google.maps.event.addListener(m_34fc4fed862fd1a14362ead592726b47, 'click', function() {infowindow.open(map,m_34fc4fed862fd1a14362ead592726b47);});$marker.push(m_34fc4fed862fd1a14362ead592726b47);}});}google.maps.event.addDomListener(window, 'load', initialize);