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.3302,-89.3289)};var g_cffc8403ddcf59f39c5b4375b336b1d7 = new google.maps.Geocoder();g_cffc8403ddcf59f39c5b4375b336b1d7.geocode( { 'address': "6214 US 49, Hattiesburg, MS 39401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hattiesburg-MS-assurance-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('hattiesburg-MS-assurance-credit-corporation'), mapOptions);}document.getElementById('79a79fb3').innerHTML += ' | View Map';var $lcffc8403ddcf59f39c5b4375b336b1d7 = '

Assurance Credit Corporation

Address: 6214 US 49, Hattiesburg, MS 39401, USA
Phone: (601) 582-2002
';var m_cffc8403ddcf59f39c5b4375b336b1d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Assurance Credit Corporation',});m_cffc8403ddcf59f39c5b4375b336b1d7['infowindow'] = new google.maps.InfoWindow({content: $lcffc8403ddcf59f39c5b4375b336b1d7});var infowindow = new google.maps.InfoWindow({content: $lcffc8403ddcf59f39c5b4375b336b1d7});google.maps.event.addListener(m_cffc8403ddcf59f39c5b4375b336b1d7, 'click', function() {infowindow.open(map,m_cffc8403ddcf59f39c5b4375b336b1d7);});$marker.push(m_cffc8403ddcf59f39c5b4375b336b1d7);}});}google.maps.event.addDomListener(window, 'load', initialize);