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.6092,-98.4122)};var g_cde9cf7398b93d0444d2037183d34dae = new google.maps.Geocoder();g_cde9cf7398b93d0444d2037183d34dae.geocode( { 'address': "1529 W Gore Blvd, Lawton, OK 73501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lawton-OK-debt-clinic').style.display = '';map = new google.maps.Map(document.getElementById('lawton-OK-debt-clinic'), mapOptions);}document.getElementById('ba5cb9e5').innerHTML += ' | View Map';var $lcde9cf7398b93d0444d2037183d34dae = '

Debt Clinic

Address: 1529 W Gore Blvd, Lawton, OK 73501, USA
Phone: (580) 353-5700
';var m_cde9cf7398b93d0444d2037183d34dae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Debt Clinic',});m_cde9cf7398b93d0444d2037183d34dae['infowindow'] = new google.maps.InfoWindow({content: $lcde9cf7398b93d0444d2037183d34dae});var infowindow = new google.maps.InfoWindow({content: $lcde9cf7398b93d0444d2037183d34dae});google.maps.event.addListener(m_cde9cf7398b93d0444d2037183d34dae, 'click', function() {infowindow.open(map,m_cde9cf7398b93d0444d2037183d34dae);});$marker.push(m_cde9cf7398b93d0444d2037183d34dae);}});}google.maps.event.addDomListener(window, 'load', initialize);