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(34.5024,-97.9605)};var g_0d898488000a8e9d85ceefedf10725ca = new google.maps.Geocoder();g_0d898488000a8e9d85ceefedf10725ca.geocode( { 'address': "11 N 10th St, Duncan, OK 73533, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duncan-OK-republic-loans').style.display = '';map = new google.maps.Map(document.getElementById('duncan-OK-republic-loans'), mapOptions);}document.getElementById('97cd431b').innerHTML += ' | View Map';var $l0d898488000a8e9d85ceefedf10725ca = '

Republic Loans

Address: 11 N 10th St, Duncan, OK 73533, USA
Phone: (580) 255-2700
';var m_0d898488000a8e9d85ceefedf10725ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Loans',});m_0d898488000a8e9d85ceefedf10725ca['infowindow'] = new google.maps.InfoWindow({content: $l0d898488000a8e9d85ceefedf10725ca});var infowindow = new google.maps.InfoWindow({content: $l0d898488000a8e9d85ceefedf10725ca});google.maps.event.addListener(m_0d898488000a8e9d85ceefedf10725ca, 'click', function() {infowindow.open(map,m_0d898488000a8e9d85ceefedf10725ca);});$marker.push(m_0d898488000a8e9d85ceefedf10725ca);}});}google.maps.event.addDomListener(window, 'load', initialize);