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(35.2539,-95.1253)};var g_6b6abfbe866fe6329900e75a1b5134c3 = new google.maps.Geocoder();g_6b6abfbe866fe6329900e75a1b5134c3.geocode( { 'address': "110 E Main St a, Stigler, OK 74462, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stigler-OK-diamond-finance-stigler').style.display = '';map = new google.maps.Map(document.getElementById('stigler-OK-diamond-finance-stigler'), mapOptions);}document.getElementById('e8ebdc1e').innerHTML += ' | View Map';var $l6b6abfbe866fe6329900e75a1b5134c3 = '

Diamond Finance Stigler

Address: 110 E Main St a, Stigler, OK 74462, USA
Phone: (918) 967-5626
';var m_6b6abfbe866fe6329900e75a1b5134c3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Diamond Finance Stigler',});m_6b6abfbe866fe6329900e75a1b5134c3['infowindow'] = new google.maps.InfoWindow({content: $l6b6abfbe866fe6329900e75a1b5134c3});var infowindow = new google.maps.InfoWindow({content: $l6b6abfbe866fe6329900e75a1b5134c3});google.maps.event.addListener(m_6b6abfbe866fe6329900e75a1b5134c3, 'click', function() {infowindow.open(map,m_6b6abfbe866fe6329900e75a1b5134c3);});$marker.push(m_6b6abfbe866fe6329900e75a1b5134c3);}});}google.maps.event.addDomListener(window, 'load', initialize);