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.6153,-98.4228)};var g_3fbe5cf20170f44fea1f407a41b8c33f = new google.maps.Geocoder();g_3fbe5cf20170f44fea1f407a41b8c33f.geocode( { 'address': "610 NW Sheridan Rd, Lawton, OK 73505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lawton-OK-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('lawton-OK-ace-cash-express'), mapOptions);}document.getElementById('6d223ce1').innerHTML += ' | View Map';var $l3fbe5cf20170f44fea1f407a41b8c33f = '

ACE Cash Express

Address: 610 NW Sheridan Rd, Lawton, OK 73505, USA
Phone: (580) 357-2221
';var m_3fbe5cf20170f44fea1f407a41b8c33f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_3fbe5cf20170f44fea1f407a41b8c33f['infowindow'] = new google.maps.InfoWindow({content: $l3fbe5cf20170f44fea1f407a41b8c33f});var infowindow = new google.maps.InfoWindow({content: $l3fbe5cf20170f44fea1f407a41b8c33f});google.maps.event.addListener(m_3fbe5cf20170f44fea1f407a41b8c33f, 'click', function() {infowindow.open(map,m_3fbe5cf20170f44fea1f407a41b8c33f);});$marker.push(m_3fbe5cf20170f44fea1f407a41b8c33f);}});}google.maps.event.addDomListener(window, 'load', initialize);