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(35.0567,-94.621)};var g_cbd52a6ef80d39c0087a8b34466c11ad = new google.maps.Geocoder();g_cbd52a6ef80d39c0087a8b34466c11ad.geocode( { 'address': "407 N Broadway St, Poteau, OK 74953, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('poteau-OK-poteau-pawn--gun-shop').style.display = '';map = new google.maps.Map(document.getElementById('poteau-OK-poteau-pawn--gun-shop'), mapOptions);}document.getElementById('fa106894').innerHTML += ' | View Map';var $lcbd52a6ef80d39c0087a8b34466c11ad = '

Poteau Pawn & Gun Shop

Address: 407 N Broadway St, Poteau, OK 74953, USA
Phone: (918) 647-4400
';var m_cbd52a6ef80d39c0087a8b34466c11ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Poteau Pawn & Gun Shop',});m_cbd52a6ef80d39c0087a8b34466c11ad['infowindow'] = new google.maps.InfoWindow({content: $lcbd52a6ef80d39c0087a8b34466c11ad});var infowindow = new google.maps.InfoWindow({content: $lcbd52a6ef80d39c0087a8b34466c11ad});google.maps.event.addListener(m_cbd52a6ef80d39c0087a8b34466c11ad, 'click', function() {infowindow.open(map,m_cbd52a6ef80d39c0087a8b34466c11ad);});$marker.push(m_cbd52a6ef80d39c0087a8b34466c11ad);}});}google.maps.event.addDomListener(window, 'load', initialize);