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.3068,-95.6206)};var g_cd1bcd3469eb741ab87a8ccc908e9328 = new google.maps.Geocoder();g_cd1bcd3469eb741ab87a8ccc908e9328.geocode( { 'address': "610 S Lynn Riggs Blvd, Claremore, OK 74017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('claremore-OK-diamond-finance').style.display = '';map = new google.maps.Map(document.getElementById('claremore-OK-diamond-finance'), mapOptions);}document.getElementById('1d39a96d').innerHTML += ' | View Map';var $lcd1bcd3469eb741ab87a8ccc908e9328 = '

Diamond Finance

Address: 610 S Lynn Riggs Blvd, Claremore, OK 74017, USA
Phone: (918) 343-0000
';var m_cd1bcd3469eb741ab87a8ccc908e9328 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Diamond Finance',});m_cd1bcd3469eb741ab87a8ccc908e9328['infowindow'] = new google.maps.InfoWindow({content: $lcd1bcd3469eb741ab87a8ccc908e9328});var infowindow = new google.maps.InfoWindow({content: $lcd1bcd3469eb741ab87a8ccc908e9328});google.maps.event.addListener(m_cd1bcd3469eb741ab87a8ccc908e9328, 'click', function() {infowindow.open(map,m_cd1bcd3469eb741ab87a8ccc908e9328);});$marker.push(m_cd1bcd3469eb741ab87a8ccc908e9328);}});}google.maps.event.addDomListener(window, 'load', initialize);