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.0221,-87.4907)};var g_38a05157b309e18c4fc4350271cf1efa = new google.maps.Geocoder();g_38a05157b309e18c4fc4350271cf1efa.geocode( { 'address': "300 E Church St # G, Atmore, AL 36502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atmore-AL-state-line-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('atmore-AL-state-line-pawn-shop'), mapOptions);}document.getElementById('58f5f8e0').innerHTML += ' | View Map';var $l38a05157b309e18c4fc4350271cf1efa = '

State Line Pawn Shop

Address: 300 E Church St # G, Atmore, AL 36502, USA
Phone: (251) 368-5150
';var m_38a05157b309e18c4fc4350271cf1efa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Line Pawn Shop',});m_38a05157b309e18c4fc4350271cf1efa['infowindow'] = new google.maps.InfoWindow({content: $l38a05157b309e18c4fc4350271cf1efa});var infowindow = new google.maps.InfoWindow({content: $l38a05157b309e18c4fc4350271cf1efa});google.maps.event.addListener(m_38a05157b309e18c4fc4350271cf1efa, 'click', function() {infowindow.open(map,m_38a05157b309e18c4fc4350271cf1efa);});$marker.push(m_38a05157b309e18c4fc4350271cf1efa);}});}google.maps.event.addDomListener(window, 'load', initialize);