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.0862,-96.7698)};var g_52895ce51a898a48f5241468a6219504 = new google.maps.Geocoder();g_52895ce51a898a48f5241468a6219504.geocode( { 'address': "501 S 1st St, Madill, OK 73446, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madill-OK-texoma-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('madill-OK-texoma-finance-co'), mapOptions);}document.getElementById('d01d32ab').innerHTML += ' | View Map';var $l52895ce51a898a48f5241468a6219504 = '

Texoma Finance Co

Address: 501 S 1st St, Madill, OK 73446, USA
Phone: (580) 795-3273
';var m_52895ce51a898a48f5241468a6219504 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texoma Finance Co',});m_52895ce51a898a48f5241468a6219504['infowindow'] = new google.maps.InfoWindow({content: $l52895ce51a898a48f5241468a6219504});var infowindow = new google.maps.InfoWindow({content: $l52895ce51a898a48f5241468a6219504});google.maps.event.addListener(m_52895ce51a898a48f5241468a6219504, 'click', function() {infowindow.open(map,m_52895ce51a898a48f5241468a6219504);});$marker.push(m_52895ce51a898a48f5241468a6219504);}});}google.maps.event.addDomListener(window, 'load', initialize);