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(34.4344,-97.9651)};var g_980592fa4c78d7d3e4029f9ad57314de = new google.maps.Geocoder();g_980592fa4c78d7d3e4029f9ad57314de.geocode( { 'address': "404 Old US Hwy 81, Duncan, OK 73533, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duncan-OK-byford-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('duncan-OK-byford-finance-co'), mapOptions);}document.getElementById('f243aec7').innerHTML += ' | View Map';var $l980592fa4c78d7d3e4029f9ad57314de = '

Byford Finance Co

Address: 404 Old US Hwy 81, Duncan, OK 73533, USA
Phone: (580) 470-8633
';var m_980592fa4c78d7d3e4029f9ad57314de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Byford Finance Co',});m_980592fa4c78d7d3e4029f9ad57314de['infowindow'] = new google.maps.InfoWindow({content: $l980592fa4c78d7d3e4029f9ad57314de});var infowindow = new google.maps.InfoWindow({content: $l980592fa4c78d7d3e4029f9ad57314de});google.maps.event.addListener(m_980592fa4c78d7d3e4029f9ad57314de, 'click', function() {infowindow.open(map,m_980592fa4c78d7d3e4029f9ad57314de);});$marker.push(m_980592fa4c78d7d3e4029f9ad57314de);}});}google.maps.event.addDomListener(window, 'load', initialize);