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(31.2506,-89.2765)};var g_dbd90a665ea6f292f36ebdb3d442826d = new google.maps.Geocoder();g_dbd90a665ea6f292f36ebdb3d442826d.geocode( { 'address': "16 THOMPSON PARK, HATTIESBURG, MS 39401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hattiesburg-MS-bancorpsouth-insurance-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('hattiesburg-MS-bancorpsouth-insurance-services-inc'), mapOptions);}document.getElementById('b63d856f').innerHTML += ' | View Map';var $ldbd90a665ea6f292f36ebdb3d442826d = '

BANCORPSOUTH INSURANCE SERVICES INC

Address: 16 THOMPSON PARK, HATTIESBURG, MS 39401
Phone: (601) 544-8703
';var m_dbd90a665ea6f292f36ebdb3d442826d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BANCORPSOUTH INSURANCE SERVICES INC',});m_dbd90a665ea6f292f36ebdb3d442826d['infowindow'] = new google.maps.InfoWindow({content: $ldbd90a665ea6f292f36ebdb3d442826d});var infowindow = new google.maps.InfoWindow({content: $ldbd90a665ea6f292f36ebdb3d442826d});google.maps.event.addListener(m_dbd90a665ea6f292f36ebdb3d442826d, 'click', function() {infowindow.open(map,m_dbd90a665ea6f292f36ebdb3d442826d);});$marker.push(m_dbd90a665ea6f292f36ebdb3d442826d);}});}google.maps.event.addDomListener(window, 'load', initialize);