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(30.5291,-92.0828)};var g_04f662fa98666637d4fc611a7a90aa30 = new google.maps.Geocoder();g_04f662fa98666637d4fc611a7a90aa30.geocode( { 'address': "524 S Main St, Opelousas, LA 70570, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('opelousas-LA-dupres-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('opelousas-LA-dupres-pawn-shop'), mapOptions);}document.getElementById('a90f5ce9').innerHTML += ' | View Map';var $l04f662fa98666637d4fc611a7a90aa30 = '

Dupre's Pawn Shop

Address: 524 S Main St, Opelousas, LA 70570, USA
Phone: (337) 942-2270
';var m_04f662fa98666637d4fc611a7a90aa30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dupre's Pawn Shop',});m_04f662fa98666637d4fc611a7a90aa30['infowindow'] = new google.maps.InfoWindow({content: $l04f662fa98666637d4fc611a7a90aa30});var infowindow = new google.maps.InfoWindow({content: $l04f662fa98666637d4fc611a7a90aa30});google.maps.event.addListener(m_04f662fa98666637d4fc611a7a90aa30, 'click', function() {infowindow.open(map,m_04f662fa98666637d4fc611a7a90aa30);});$marker.push(m_04f662fa98666637d4fc611a7a90aa30);}});}google.maps.event.addDomListener(window, 'load', initialize);