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.361,-94.433)};var g_c1120452519972624eaf9e98b9e65f2c = new google.maps.Geocoder();g_c1120452519972624eaf9e98b9e65f2c.geocode( { 'address': "107 Main St, Arkoma, OK 74901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arkoma-OK-global-loans').style.display = '';map = new google.maps.Map(document.getElementById('arkoma-OK-global-loans'), mapOptions);}document.getElementById('5317534e').innerHTML += ' | View Map';var $lc1120452519972624eaf9e98b9e65f2c = '

Global Loans

Address: 107 Main St, Arkoma, OK 74901, USA
Phone: (918) 875-3030
';var m_c1120452519972624eaf9e98b9e65f2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Global Loans',});m_c1120452519972624eaf9e98b9e65f2c['infowindow'] = new google.maps.InfoWindow({content: $lc1120452519972624eaf9e98b9e65f2c});var infowindow = new google.maps.InfoWindow({content: $lc1120452519972624eaf9e98b9e65f2c});google.maps.event.addListener(m_c1120452519972624eaf9e98b9e65f2c, 'click', function() {infowindow.open(map,m_c1120452519972624eaf9e98b9e65f2c);});$marker.push(m_c1120452519972624eaf9e98b9e65f2c);}});}google.maps.event.addDomListener(window, 'load', initialize);