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(33.8956,-94.8174)};var g_1fd1df658a0a3d7f385185db7c9c5029 = new google.maps.Geocoder();g_1fd1df658a0a3d7f385185db7c9c5029.geocode( { 'address': "904 SE Washington St, Idabel, OK 74745, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('idabel-OK-sun-loan-company').style.display = '';map = new google.maps.Map(document.getElementById('idabel-OK-sun-loan-company'), mapOptions);}document.getElementById('a5be354f').innerHTML += ' | View Map';var $l1fd1df658a0a3d7f385185db7c9c5029 = '

Sun Loan Company

Address: 904 SE Washington St, Idabel, OK 74745, USA
Phone: (580) 245-6000
';var m_1fd1df658a0a3d7f385185db7c9c5029 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Loan Company',});m_1fd1df658a0a3d7f385185db7c9c5029['infowindow'] = new google.maps.InfoWindow({content: $l1fd1df658a0a3d7f385185db7c9c5029});var infowindow = new google.maps.InfoWindow({content: $l1fd1df658a0a3d7f385185db7c9c5029});google.maps.event.addListener(m_1fd1df658a0a3d7f385185db7c9c5029, 'click', function() {infowindow.open(map,m_1fd1df658a0a3d7f385185db7c9c5029);});$marker.push(m_1fd1df658a0a3d7f385185db7c9c5029);}});}google.maps.event.addDomListener(window, 'load', initialize);