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(33.5119,-88.4344)};var g_294590f8ea96849dda853bf178cab105 = new google.maps.Geocoder();g_294590f8ea96849dda853bf178cab105.geocode( { 'address': "1513 N Hwy 45 Frontage Rd, Columbus, MS 39705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-MS-first-columbus-pawn-and-gun').style.display = '';map = new google.maps.Map(document.getElementById('columbus-MS-first-columbus-pawn-and-gun'), mapOptions);}document.getElementById('825297d4').innerHTML += ' | View Map';var $l294590f8ea96849dda853bf178cab105 = '

First Columbus Pawn and Gun

Address: 1513 N Hwy 45 Frontage Rd, Columbus, MS 39705, USA
Phone: (662) 329-2277
';var m_294590f8ea96849dda853bf178cab105 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Columbus Pawn and Gun',});m_294590f8ea96849dda853bf178cab105['infowindow'] = new google.maps.InfoWindow({content: $l294590f8ea96849dda853bf178cab105});var infowindow = new google.maps.InfoWindow({content: $l294590f8ea96849dda853bf178cab105});google.maps.event.addListener(m_294590f8ea96849dda853bf178cab105, 'click', function() {infowindow.open(map,m_294590f8ea96849dda853bf178cab105);});$marker.push(m_294590f8ea96849dda853bf178cab105);}});}google.maps.event.addDomListener(window, 'load', initialize);