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.1755,-82.5925)};var g_9269e1bdbed3c32a3052f3e88a49debc = new google.maps.Geocoder();g_9269e1bdbed3c32a3052f3e88a49debc.geocode( { 'address': "1115 Gunn Hwy # 100, Odessa, FL 33556, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('odessa-FL-ispc').style.display = '';map = new google.maps.Map(document.getElementById('odessa-FL-ispc'), mapOptions);}document.getElementById('02f9d3de').innerHTML += ' | View Map';var $l9269e1bdbed3c32a3052f3e88a49debc = '

ISPC

Address: 1115 Gunn Hwy # 100, Odessa, FL 33556, USA
Phone: (800) 345-4772
';var m_9269e1bdbed3c32a3052f3e88a49debc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ISPC',});m_9269e1bdbed3c32a3052f3e88a49debc['infowindow'] = new google.maps.InfoWindow({content: $l9269e1bdbed3c32a3052f3e88a49debc});var infowindow = new google.maps.InfoWindow({content: $l9269e1bdbed3c32a3052f3e88a49debc});google.maps.event.addListener(m_9269e1bdbed3c32a3052f3e88a49debc, 'click', function() {infowindow.open(map,m_9269e1bdbed3c32a3052f3e88a49debc);});$marker.push(m_9269e1bdbed3c32a3052f3e88a49debc);}});}google.maps.event.addDomListener(window, 'load', initialize);