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.8942,-94.8274)};var g_cfa6e1c8dc52bf9ac9bc378be3bb6717 = new google.maps.Geocoder();g_cfa6e1c8dc52bf9ac9bc378be3bb6717.geocode( { 'address': "11 N Central Ave, Idabel, OK 74745, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('idabel-OK-diamond-finance-idabel').style.display = '';map = new google.maps.Map(document.getElementById('idabel-OK-diamond-finance-idabel'), mapOptions);}document.getElementById('3e32fb8d').innerHTML += ' | View Map';var $lcfa6e1c8dc52bf9ac9bc378be3bb6717 = '

Diamond Finance Idabel

Address: 11 N Central Ave, Idabel, OK 74745, USA
Phone: (580) 286-3307
';var m_cfa6e1c8dc52bf9ac9bc378be3bb6717 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Diamond Finance Idabel',});m_cfa6e1c8dc52bf9ac9bc378be3bb6717['infowindow'] = new google.maps.InfoWindow({content: $lcfa6e1c8dc52bf9ac9bc378be3bb6717});var infowindow = new google.maps.InfoWindow({content: $lcfa6e1c8dc52bf9ac9bc378be3bb6717});google.maps.event.addListener(m_cfa6e1c8dc52bf9ac9bc378be3bb6717, 'click', function() {infowindow.open(map,m_cfa6e1c8dc52bf9ac9bc378be3bb6717);});$marker.push(m_cfa6e1c8dc52bf9ac9bc378be3bb6717);}});}google.maps.event.addDomListener(window, 'load', initialize);