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.8806,-98.5286)};var g_242ebc1000c98c9a634ae88c869df99d = new google.maps.Geocoder();g_242ebc1000c98c9a634ae88c869df99d.geocode( { 'address': "3117 Kemp Blvd, Wichita Falls, TX 76308, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-falls-TX-cashmax-title--loan').style.display = '';map = new google.maps.Map(document.getElementById('wichita-falls-TX-cashmax-title--loan'), mapOptions);}document.getElementById('aea804a5').innerHTML += ' | View Map';var $l242ebc1000c98c9a634ae88c869df99d = '

CashMax Title & Loan

Address: 3117 Kemp Blvd, Wichita Falls, TX 76308, USA
Phone: (940) 257-6102
';var m_242ebc1000c98c9a634ae88c869df99d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CashMax Title & Loan',});m_242ebc1000c98c9a634ae88c869df99d['infowindow'] = new google.maps.InfoWindow({content: $l242ebc1000c98c9a634ae88c869df99d});var infowindow = new google.maps.InfoWindow({content: $l242ebc1000c98c9a634ae88c869df99d});google.maps.event.addListener(m_242ebc1000c98c9a634ae88c869df99d, 'click', function() {infowindow.open(map,m_242ebc1000c98c9a634ae88c869df99d);});$marker.push(m_242ebc1000c98c9a634ae88c869df99d);}});}google.maps.event.addDomListener(window, 'load', initialize);