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(33.9968,-96.3742)};var g_2c9178234fa28415cc927b52f852fcf6 = new google.maps.Geocoder();g_2c9178234fa28415cc927b52f852fcf6.geocode( { 'address': "711 N 1st Ave, Durant, OK 74701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('durant-OK-ardmore-finance').style.display = '';map = new google.maps.Map(document.getElementById('durant-OK-ardmore-finance'), mapOptions);}document.getElementById('dc0e81c2').innerHTML += ' | View Map';var $l2c9178234fa28415cc927b52f852fcf6 = '

Ardmore Finance

Address: 711 N 1st Ave, Durant, OK 74701, USA
Phone: (580) 931-3700
';var m_2c9178234fa28415cc927b52f852fcf6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ardmore Finance',});m_2c9178234fa28415cc927b52f852fcf6['infowindow'] = new google.maps.InfoWindow({content: $l2c9178234fa28415cc927b52f852fcf6});var infowindow = new google.maps.InfoWindow({content: $l2c9178234fa28415cc927b52f852fcf6});google.maps.event.addListener(m_2c9178234fa28415cc927b52f852fcf6, 'click', function() {infowindow.open(map,m_2c9178234fa28415cc927b52f852fcf6);});$marker.push(m_2c9178234fa28415cc927b52f852fcf6);}});}google.maps.event.addDomListener(window, 'load', initialize);