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.0045,-96.4059)};var g_22f3fc331cb008f313c2b4a4c661f7ad = new google.maps.Geocoder();g_22f3fc331cb008f313c2b4a4c661f7ad.geocode( { 'address': "2905 W University Blvd, Durant, OK 74701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('durant-OK-american-financial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('durant-OK-american-financial-services-inc'), mapOptions);}document.getElementById('e2c75169').innerHTML += ' | View Map';var $l22f3fc331cb008f313c2b4a4c661f7ad = '

American Financial Services Inc

Address: 2905 W University Blvd, Durant, OK 74701, USA
Phone: (580) 924-6859
';var m_22f3fc331cb008f313c2b4a4c661f7ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Financial Services Inc',});m_22f3fc331cb008f313c2b4a4c661f7ad['infowindow'] = new google.maps.InfoWindow({content: $l22f3fc331cb008f313c2b4a4c661f7ad});var infowindow = new google.maps.InfoWindow({content: $l22f3fc331cb008f313c2b4a4c661f7ad});google.maps.event.addListener(m_22f3fc331cb008f313c2b4a4c661f7ad, 'click', function() {infowindow.open(map,m_22f3fc331cb008f313c2b4a4c661f7ad);});$marker.push(m_22f3fc331cb008f313c2b4a4c661f7ad);}});}google.maps.event.addDomListener(window, 'load', initialize);