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.0497,-97.9373)};var g_d09a1781f16f9798dab880ea5a2da8e7 = new google.maps.Geocoder();g_d09a1781f16f9798dab880ea5a2da8e7.geocode( { 'address': "405 W Kansas Ave, Chickasha, OK 73018, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chickasha-OK-republic-loans').style.display = '';map = new google.maps.Map(document.getElementById('chickasha-OK-republic-loans'), mapOptions);}document.getElementById('21262e5c').innerHTML += ' | View Map';var $ld09a1781f16f9798dab880ea5a2da8e7 = '

Republic Loans

Address: 405 W Kansas Ave, Chickasha, OK 73018, USA
Phone: (405) 224-1911
';var m_d09a1781f16f9798dab880ea5a2da8e7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Loans',});m_d09a1781f16f9798dab880ea5a2da8e7['infowindow'] = new google.maps.InfoWindow({content: $ld09a1781f16f9798dab880ea5a2da8e7});var infowindow = new google.maps.InfoWindow({content: $ld09a1781f16f9798dab880ea5a2da8e7});google.maps.event.addListener(m_d09a1781f16f9798dab880ea5a2da8e7, 'click', function() {infowindow.open(map,m_d09a1781f16f9798dab880ea5a2da8e7);});$marker.push(m_d09a1781f16f9798dab880ea5a2da8e7);}});}google.maps.event.addDomListener(window, 'load', initialize);