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.8582,-89.7219)};var g_9b452e3d311105cb160dae981578727e = new google.maps.Geocoder();g_9b452e3d311105cb160dae981578727e.geocode( { 'address': "172 Simpson Hwy 149, Magee, MS 39111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('magee-MS-big-ds-pawn--gun').style.display = '';map = new google.maps.Map(document.getElementById('magee-MS-big-ds-pawn--gun'), mapOptions);}document.getElementById('f7bfe175').innerHTML += ' | View Map';var $l9b452e3d311105cb160dae981578727e = '

Big D's Pawn & Gun

Address: 172 Simpson Hwy 149, Magee, MS 39111, USA
Phone: (601) 564-0005
';var m_9b452e3d311105cb160dae981578727e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Big D's Pawn & Gun',});m_9b452e3d311105cb160dae981578727e['infowindow'] = new google.maps.InfoWindow({content: $l9b452e3d311105cb160dae981578727e});var infowindow = new google.maps.InfoWindow({content: $l9b452e3d311105cb160dae981578727e});google.maps.event.addListener(m_9b452e3d311105cb160dae981578727e, 'click', function() {infowindow.open(map,m_9b452e3d311105cb160dae981578727e);});$marker.push(m_9b452e3d311105cb160dae981578727e);}});}google.maps.event.addDomListener(window, 'load', initialize);