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.478,-90.9583)};var g_a14bed7901dcf61fca81d02055c548f3 = new google.maps.Geocoder();g_a14bed7901dcf61fca81d02055c548f3.geocode( { 'address': "700 Florida Ave SW, Denham Springs, LA 70726, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denham-springs-LA-bj-pawn--gun').style.display = '';map = new google.maps.Map(document.getElementById('denham-springs-LA-bj-pawn--gun'), mapOptions);}document.getElementById('f8390127').innerHTML += ' | View Map';var $la14bed7901dcf61fca81d02055c548f3 = '

BJ Pawn & Gun

Address: 700 Florida Ave SW, Denham Springs, LA 70726, USA
Phone: (225) 664-0905
';var m_a14bed7901dcf61fca81d02055c548f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BJ Pawn & Gun',});m_a14bed7901dcf61fca81d02055c548f3['infowindow'] = new google.maps.InfoWindow({content: $la14bed7901dcf61fca81d02055c548f3});var infowindow = new google.maps.InfoWindow({content: $la14bed7901dcf61fca81d02055c548f3});google.maps.event.addListener(m_a14bed7901dcf61fca81d02055c548f3, 'click', function() {infowindow.open(map,m_a14bed7901dcf61fca81d02055c548f3);});$marker.push(m_a14bed7901dcf61fca81d02055c548f3);}});}google.maps.event.addDomListener(window, 'load', initialize);