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(29.4994,-98.6225)};var g_3dad19d0432729bd3df77da05538fa56 = new google.maps.Geocoder();g_3dad19d0432729bd3df77da05538fa56.geocode( { 'address': "6955 Bandera Rd, Leon Valley, TX 78238, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leon-valley-TX-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('leon-valley-TX-check-into-cash'), mapOptions);}document.getElementById('669bb010').innerHTML += ' | View Map';var $l3dad19d0432729bd3df77da05538fa56 = '

Check Into Cash

Address: 6955 Bandera Rd, Leon Valley, TX 78238, USA
Phone: (210) 521-3781
';var m_3dad19d0432729bd3df77da05538fa56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_3dad19d0432729bd3df77da05538fa56['infowindow'] = new google.maps.InfoWindow({content: $l3dad19d0432729bd3df77da05538fa56});var infowindow = new google.maps.InfoWindow({content: $l3dad19d0432729bd3df77da05538fa56});google.maps.event.addListener(m_3dad19d0432729bd3df77da05538fa56, 'click', function() {infowindow.open(map,m_3dad19d0432729bd3df77da05538fa56);});$marker.push(m_3dad19d0432729bd3df77da05538fa56);}});}google.maps.event.addDomListener(window, 'load', initialize);