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(30.4338,-89.0346)};var g_0164681a5e7cab55bfaa89e9c524c9f0 = new google.maps.Geocoder();g_0164681a5e7cab55bfaa89e9c524c9f0.geocode( { 'address': "11975 Seaway Rd Suite A140, Gulfport, MS 39503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gulfport-MS-renaissance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('gulfport-MS-renaissance-corporation'), mapOptions);}document.getElementById('478ff51c').innerHTML += ' | View Map';var $l0164681a5e7cab55bfaa89e9c524c9f0 = '

Renaissance Corporation

Address: 11975 Seaway Rd Suite A140, Gulfport, MS 39503, USA
Phone: (228) 896-3386
';var m_0164681a5e7cab55bfaa89e9c524c9f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Renaissance Corporation',});m_0164681a5e7cab55bfaa89e9c524c9f0['infowindow'] = new google.maps.InfoWindow({content: $l0164681a5e7cab55bfaa89e9c524c9f0});var infowindow = new google.maps.InfoWindow({content: $l0164681a5e7cab55bfaa89e9c524c9f0});google.maps.event.addListener(m_0164681a5e7cab55bfaa89e9c524c9f0, 'click', function() {infowindow.open(map,m_0164681a5e7cab55bfaa89e9c524c9f0);});$marker.push(m_0164681a5e7cab55bfaa89e9c524c9f0);}});}google.maps.event.addDomListener(window, 'load', initialize);