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(34.9289,-88.5171)};var g_acb341ede31321298cf1afcfbb5bb78d = new google.maps.Geocoder();g_acb341ede31321298cf1afcfbb5bb78d.geocode( { 'address': "901 Meigg St, Corinth, MS 38834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corinth-MS-bills-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('corinth-MS-bills-pawn-shop'), mapOptions);}document.getElementById('86351c38').innerHTML += ' | View Map';var $lacb341ede31321298cf1afcfbb5bb78d = '

Bill's Pawn Shop

Address: 901 Meigg St, Corinth, MS 38834, USA
Phone: (662) 287-9620
';var m_acb341ede31321298cf1afcfbb5bb78d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bill's Pawn Shop',});m_acb341ede31321298cf1afcfbb5bb78d['infowindow'] = new google.maps.InfoWindow({content: $lacb341ede31321298cf1afcfbb5bb78d});var infowindow = new google.maps.InfoWindow({content: $lacb341ede31321298cf1afcfbb5bb78d});google.maps.event.addListener(m_acb341ede31321298cf1afcfbb5bb78d, 'click', function() {infowindow.open(map,m_acb341ede31321298cf1afcfbb5bb78d);});$marker.push(m_acb341ede31321298cf1afcfbb5bb78d);}});}google.maps.event.addDomListener(window, 'load', initialize);