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.3903,-97.9026)};var g_a7a450dcea5ea8c5782e00d67838c441 = new google.maps.Geocoder();g_a7a450dcea5ea8c5782e00d67838c441.geocode( { 'address': "1927 W Owen K Garriott Rd, Enid, OK 73703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('enid-OK-midwestern-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('enid-OK-midwestern-loans-inc'), mapOptions);}document.getElementById('7317f755').innerHTML += ' | View Map';var $la7a450dcea5ea8c5782e00d67838c441 = '

Midwestern Loans, Inc.

Address: 1927 W Owen K Garriott Rd, Enid, OK 73703, USA
Phone: (580) 234-3354
';var m_a7a450dcea5ea8c5782e00d67838c441 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midwestern Loans, Inc.',});m_a7a450dcea5ea8c5782e00d67838c441['infowindow'] = new google.maps.InfoWindow({content: $la7a450dcea5ea8c5782e00d67838c441});var infowindow = new google.maps.InfoWindow({content: $la7a450dcea5ea8c5782e00d67838c441});google.maps.event.addListener(m_a7a450dcea5ea8c5782e00d67838c441, 'click', function() {infowindow.open(map,m_a7a450dcea5ea8c5782e00d67838c441);});$marker.push(m_a7a450dcea5ea8c5782e00d67838c441);}});}google.maps.event.addDomListener(window, 'load', initialize);