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.6223,-98.4215)};var g_4750be18dd05604f28b64a3fc8ae3489 = new google.maps.Geocoder();g_4750be18dd05604f28b64a3fc8ae3489.geocode( { 'address': "1319 NW Sheridan Rd, Lawton, OK 73505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lawton-OK-sun-loan-company').style.display = '';map = new google.maps.Map(document.getElementById('lawton-OK-sun-loan-company'), mapOptions);}document.getElementById('a99563e4').innerHTML += ' | View Map';var $l4750be18dd05604f28b64a3fc8ae3489 = '

Sun Loan Company

Address: 1319 NW Sheridan Rd, Lawton, OK 73505, USA
Phone: (580) 353-8090
';var m_4750be18dd05604f28b64a3fc8ae3489 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Loan Company',});m_4750be18dd05604f28b64a3fc8ae3489['infowindow'] = new google.maps.InfoWindow({content: $l4750be18dd05604f28b64a3fc8ae3489});var infowindow = new google.maps.InfoWindow({content: $l4750be18dd05604f28b64a3fc8ae3489});google.maps.event.addListener(m_4750be18dd05604f28b64a3fc8ae3489, 'click', function() {infowindow.open(map,m_4750be18dd05604f28b64a3fc8ae3489);});$marker.push(m_4750be18dd05604f28b64a3fc8ae3489);}});}google.maps.event.addDomListener(window, 'load', initialize);