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.0566,-94.6205)};var g_9d467a504559e0771ceab58768bfd3fc = new google.maps.Geocoder();g_9d467a504559e0771ceab58768bfd3fc.geocode( { 'address': "408 N Broadway St, Poteau, OK 74953, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('poteau-OK-superior-finance-company').style.display = '';map = new google.maps.Map(document.getElementById('poteau-OK-superior-finance-company'), mapOptions);}document.getElementById('ed176bed').innerHTML += ' | View Map';var $l9d467a504559e0771ceab58768bfd3fc = '

Superior Finance Company

Address: 408 N Broadway St, Poteau, OK 74953, USA
Phone: (918) 649-1357
';var m_9d467a504559e0771ceab58768bfd3fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Finance Company',});m_9d467a504559e0771ceab58768bfd3fc['infowindow'] = new google.maps.InfoWindow({content: $l9d467a504559e0771ceab58768bfd3fc});var infowindow = new google.maps.InfoWindow({content: $l9d467a504559e0771ceab58768bfd3fc});google.maps.event.addListener(m_9d467a504559e0771ceab58768bfd3fc, 'click', function() {infowindow.open(map,m_9d467a504559e0771ceab58768bfd3fc);});$marker.push(m_9d467a504559e0771ceab58768bfd3fc);}});}google.maps.event.addDomListener(window, 'load', initialize);