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.8606,-97.4234)};var g_8dddd5d6f5c804dc8c34745c7bd2036e = new google.maps.Geocoder();g_8dddd5d6f5c804dc8c34745c7bd2036e.geocode( { 'address': "1726 S Division St f, Guthrie, OK 73044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('guthrie-OK-sun-loan-company').style.display = '';map = new google.maps.Map(document.getElementById('guthrie-OK-sun-loan-company'), mapOptions);}document.getElementById('f412af8d').innerHTML += ' | View Map';var $l8dddd5d6f5c804dc8c34745c7bd2036e = '

Sun Loan Company

Address: 1726 S Division St f, Guthrie, OK 73044, USA
Phone: (405) 282-2696
';var m_8dddd5d6f5c804dc8c34745c7bd2036e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Loan Company',});m_8dddd5d6f5c804dc8c34745c7bd2036e['infowindow'] = new google.maps.InfoWindow({content: $l8dddd5d6f5c804dc8c34745c7bd2036e});var infowindow = new google.maps.InfoWindow({content: $l8dddd5d6f5c804dc8c34745c7bd2036e});google.maps.event.addListener(m_8dddd5d6f5c804dc8c34745c7bd2036e, 'click', function() {infowindow.open(map,m_8dddd5d6f5c804dc8c34745c7bd2036e);});$marker.push(m_8dddd5d6f5c804dc8c34745c7bd2036e);}});}google.maps.event.addDomListener(window, 'load', initialize);