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.1768,-94.5658)};var g_e39859ef8c895d6d30a79de8a628bb4e = new google.maps.Geocoder();g_e39859ef8c895d6d30a79de8a628bb4e.geocode( { 'address': "2246 US-412, Colcord, OK 74338, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colcord-OK-global-loans').style.display = '';map = new google.maps.Map(document.getElementById('colcord-OK-global-loans'), mapOptions);}document.getElementById('3a1c41f9').innerHTML += ' | View Map';var $le39859ef8c895d6d30a79de8a628bb4e = '

Global Loans

Address: 2246 US-412, Colcord, OK 74338, USA
Phone: (918) 422-5010
';var m_e39859ef8c895d6d30a79de8a628bb4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Global Loans',});m_e39859ef8c895d6d30a79de8a628bb4e['infowindow'] = new google.maps.InfoWindow({content: $le39859ef8c895d6d30a79de8a628bb4e});var infowindow = new google.maps.InfoWindow({content: $le39859ef8c895d6d30a79de8a628bb4e});google.maps.event.addListener(m_e39859ef8c895d6d30a79de8a628bb4e, 'click', function() {infowindow.open(map,m_e39859ef8c895d6d30a79de8a628bb4e);});$marker.push(m_e39859ef8c895d6d30a79de8a628bb4e);}});}google.maps.event.addDomListener(window, 'load', initialize);