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(28.0722,-82.3593)};var g_f544a36491115c5edf3242f76daee15a = new google.maps.Geocoder();g_f544a36491115c5edf3242f76daee15a.geocode( { 'address': "8875 Hidden River Pkwy #300, Tampa, FL 33637, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tampa-FL-m-barc-investment-group').style.display = '';map = new google.maps.Map(document.getElementById('tampa-FL-m-barc-investment-group'), mapOptions);}document.getElementById('168f27a8').innerHTML += ' | View Map';var $lf544a36491115c5edf3242f76daee15a = '

M Barc Investment Group

Address: 8875 Hidden River Pkwy #300, Tampa, FL 33637, USA
Phone: (813) 293-4111
';var m_f544a36491115c5edf3242f76daee15a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M Barc Investment Group',});m_f544a36491115c5edf3242f76daee15a['infowindow'] = new google.maps.InfoWindow({content: $lf544a36491115c5edf3242f76daee15a});var infowindow = new google.maps.InfoWindow({content: $lf544a36491115c5edf3242f76daee15a});google.maps.event.addListener(m_f544a36491115c5edf3242f76daee15a, 'click', function() {infowindow.open(map,m_f544a36491115c5edf3242f76daee15a);});$marker.push(m_f544a36491115c5edf3242f76daee15a);}});}google.maps.event.addDomListener(window, 'load', initialize);