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(36.3958,-97.8882)};var g_9b3c7b439af185bc24e2a8d945faf6a1 = new google.maps.Geocoder();g_9b3c7b439af185bc24e2a8d945faf6a1.geocode( { 'address': "806 W Maine St, Enid, OK 73701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('enid-OK-diamond-finance-enid').style.display = '';map = new google.maps.Map(document.getElementById('enid-OK-diamond-finance-enid'), mapOptions);}document.getElementById('929a079e').innerHTML += ' | View Map';var $l9b3c7b439af185bc24e2a8d945faf6a1 = '

Diamond Finance Enid

Address: 806 W Maine St, Enid, OK 73701, USA
Phone: (580) 237-8585
';var m_9b3c7b439af185bc24e2a8d945faf6a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Diamond Finance Enid',});m_9b3c7b439af185bc24e2a8d945faf6a1['infowindow'] = new google.maps.InfoWindow({content: $l9b3c7b439af185bc24e2a8d945faf6a1});var infowindow = new google.maps.InfoWindow({content: $l9b3c7b439af185bc24e2a8d945faf6a1});google.maps.event.addListener(m_9b3c7b439af185bc24e2a8d945faf6a1, 'click', function() {infowindow.open(map,m_9b3c7b439af185bc24e2a8d945faf6a1);});$marker.push(m_9b3c7b439af185bc24e2a8d945faf6a1);}});}google.maps.event.addDomListener(window, 'load', initialize);