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.1212,-97.0589)};var g_78689b2c2a4193391b841ca15a71b703 = new google.maps.Geocoder();g_78689b2c2a4193391b841ca15a71b703.geocode( { 'address': "130 S Main St, Stillwater, OK 74074, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stillwater-OK-american-loans').style.display = '';map = new google.maps.Map(document.getElementById('stillwater-OK-american-loans'), mapOptions);}document.getElementById('5cf7767e').innerHTML += ' | View Map';var $l78689b2c2a4193391b841ca15a71b703 = '

American Loans

Address: 130 S Main St, Stillwater, OK 74074, USA
Phone: (405) 372-9308
';var m_78689b2c2a4193391b841ca15a71b703 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Loans',});m_78689b2c2a4193391b841ca15a71b703['infowindow'] = new google.maps.InfoWindow({content: $l78689b2c2a4193391b841ca15a71b703});var infowindow = new google.maps.InfoWindow({content: $l78689b2c2a4193391b841ca15a71b703});google.maps.event.addListener(m_78689b2c2a4193391b841ca15a71b703, 'click', function() {infowindow.open(map,m_78689b2c2a4193391b841ca15a71b703);});$marker.push(m_78689b2c2a4193391b841ca15a71b703);}});}google.maps.event.addDomListener(window, 'load', initialize);