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.0547,-94.6228)};var g_04fa8fa0d1eb99fd42854b748aa297a8 = new google.maps.Geocoder();g_04fa8fa0d1eb99fd42854b748aa297a8.geocode( { 'address': "405 N Broadway St b, Poteau, OK 74953, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('poteau-OK-kenwood-corporation').style.display = '';map = new google.maps.Map(document.getElementById('poteau-OK-kenwood-corporation'), mapOptions);}document.getElementById('d3e2b18e').innerHTML += ' | View Map';var $l04fa8fa0d1eb99fd42854b748aa297a8 = '

Kenwood Corporation

Address: 405 N Broadway St b, Poteau, OK 74953, USA
Phone: (918) 647-0585
';var m_04fa8fa0d1eb99fd42854b748aa297a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kenwood Corporation',});m_04fa8fa0d1eb99fd42854b748aa297a8['infowindow'] = new google.maps.InfoWindow({content: $l04fa8fa0d1eb99fd42854b748aa297a8});var infowindow = new google.maps.InfoWindow({content: $l04fa8fa0d1eb99fd42854b748aa297a8});google.maps.event.addListener(m_04fa8fa0d1eb99fd42854b748aa297a8, 'click', function() {infowindow.open(map,m_04fa8fa0d1eb99fd42854b748aa297a8);});$marker.push(m_04fa8fa0d1eb99fd42854b748aa297a8);}});}google.maps.event.addDomListener(window, 'load', initialize);