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(32.4611,-86.4503)};var g_5631e6ee59a4175cd06c305840562ff3 = new google.maps.Geocoder();g_5631e6ee59a4175cd06c305840562ff3.geocode( { 'address': "601 S Memorial Dr, Prattville, AL 36067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prattville-AL-magic-pawn').style.display = '';map = new google.maps.Map(document.getElementById('prattville-AL-magic-pawn'), mapOptions);}document.getElementById('c65d0b7a').innerHTML += ' | View Map';var $l5631e6ee59a4175cd06c305840562ff3 = '

Magic Pawn

Address: 601 S Memorial Dr, Prattville, AL 36067, USA
Phone: (334) 361-1122
';var m_5631e6ee59a4175cd06c305840562ff3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Magic Pawn',});m_5631e6ee59a4175cd06c305840562ff3['infowindow'] = new google.maps.InfoWindow({content: $l5631e6ee59a4175cd06c305840562ff3});var infowindow = new google.maps.InfoWindow({content: $l5631e6ee59a4175cd06c305840562ff3});google.maps.event.addListener(m_5631e6ee59a4175cd06c305840562ff3, 'click', function() {infowindow.open(map,m_5631e6ee59a4175cd06c305840562ff3);});$marker.push(m_5631e6ee59a4175cd06c305840562ff3);}});}google.maps.event.addDomListener(window, 'load', initialize);