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.3683,-96.0191)};var g_7cfe1483e2cae095aed67fc0d1caf08c = new google.maps.Geocoder();g_7cfe1483e2cae095aed67fc0d1caf08c.geocode( { 'address': "1355 W Rogers Blvd, Skiatook, OK 74070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('skiatook-OK-loyal-loans-llc').style.display = '';map = new google.maps.Map(document.getElementById('skiatook-OK-loyal-loans-llc'), mapOptions);}document.getElementById('108b22e5').innerHTML += ' | View Map';var $l7cfe1483e2cae095aed67fc0d1caf08c = '

Loyal Loans LLC

Address: 1355 W Rogers Blvd, Skiatook, OK 74070, USA
Phone: (918) 578-2301
';var m_7cfe1483e2cae095aed67fc0d1caf08c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loyal Loans LLC',});m_7cfe1483e2cae095aed67fc0d1caf08c['infowindow'] = new google.maps.InfoWindow({content: $l7cfe1483e2cae095aed67fc0d1caf08c});var infowindow = new google.maps.InfoWindow({content: $l7cfe1483e2cae095aed67fc0d1caf08c});google.maps.event.addListener(m_7cfe1483e2cae095aed67fc0d1caf08c, 'click', function() {infowindow.open(map,m_7cfe1483e2cae095aed67fc0d1caf08c);});$marker.push(m_7cfe1483e2cae095aed67fc0d1caf08c);}});}google.maps.event.addDomListener(window, 'load', initialize);