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.2476,-90.4649)};var g_d4c75c87147632eca7e6a6161db7f634 = new google.maps.Geocoder();g_d4c75c87147632eca7e6a6161db7f634.geocode( { 'address': "100 Laurel St, McComb, MS 39648, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mccomb-MS-adpak-quick-print').style.display = '';map = new google.maps.Map(document.getElementById('mccomb-MS-adpak-quick-print'), mapOptions);}document.getElementById('2775ca61').innerHTML += ' | View Map';var $ld4c75c87147632eca7e6a6161db7f634 = '

Adpak Quick Print

Address: 100 Laurel St, McComb, MS 39648, USA
Phone: (601) 684-0083
';var m_d4c75c87147632eca7e6a6161db7f634 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Adpak Quick Print',});m_d4c75c87147632eca7e6a6161db7f634['infowindow'] = new google.maps.InfoWindow({content: $ld4c75c87147632eca7e6a6161db7f634});var infowindow = new google.maps.InfoWindow({content: $ld4c75c87147632eca7e6a6161db7f634});google.maps.event.addListener(m_d4c75c87147632eca7e6a6161db7f634, 'click', function() {infowindow.open(map,m_d4c75c87147632eca7e6a6161db7f634);});$marker.push(m_d4c75c87147632eca7e6a6161db7f634);}});}google.maps.event.addDomListener(window, 'load', initialize);