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.8658,-90.3878)};var g_bc8147ca69573b8a699c18e7ddbcfb48 = new google.maps.Geocoder();g_bc8147ca69573b8a699c18e7ddbcfb48.geocode( { 'address': "Hazlehurst, MS 39083"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hazlehurst-MS-cpb').style.display = '';map = new google.maps.Map(document.getElementById('hazlehurst-MS-cpb'), mapOptions);}document.getElementById('5b5891ed').innerHTML += ' | View Map';var $lbc8147ca69573b8a699c18e7ddbcfb48 = '

Cpb

Address: Hazlehurst, MS 39083
Phone: (601) 894-6879
';var m_bc8147ca69573b8a699c18e7ddbcfb48 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cpb',});m_bc8147ca69573b8a699c18e7ddbcfb48['infowindow'] = new google.maps.InfoWindow({content: $lbc8147ca69573b8a699c18e7ddbcfb48});var infowindow = new google.maps.InfoWindow({content: $lbc8147ca69573b8a699c18e7ddbcfb48});google.maps.event.addListener(m_bc8147ca69573b8a699c18e7ddbcfb48, 'click', function() {infowindow.open(map,m_bc8147ca69573b8a699c18e7ddbcfb48);});$marker.push(m_bc8147ca69573b8a699c18e7ddbcfb48);}});}google.maps.event.addDomListener(window, 'load', initialize);