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(26.1118,-97.1681)};var g_fa16982e0beb5e2d3a4b8e13fb806a9f = new google.maps.Geocoder();g_fa16982e0beb5e2d3a4b8e13fb806a9f.geocode( { 'address': "1001 E Morrison Rd, South Padre Island, TX 78597, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-padre-island-TX-cash-store').style.display = '';map = new google.maps.Map(document.getElementById('south-padre-island-TX-cash-store'), mapOptions);}document.getElementById('58f99c49').innerHTML += ' | View Map';var $lfa16982e0beb5e2d3a4b8e13fb806a9f = '

Cash Store

Address: 1001 E Morrison Rd, South Padre Island, TX 78597, USA
Phone: (956) 772-4195
';var m_fa16982e0beb5e2d3a4b8e13fb806a9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Store',});m_fa16982e0beb5e2d3a4b8e13fb806a9f['infowindow'] = new google.maps.InfoWindow({content: $lfa16982e0beb5e2d3a4b8e13fb806a9f});var infowindow = new google.maps.InfoWindow({content: $lfa16982e0beb5e2d3a4b8e13fb806a9f});google.maps.event.addListener(m_fa16982e0beb5e2d3a4b8e13fb806a9f, 'click', function() {infowindow.open(map,m_fa16982e0beb5e2d3a4b8e13fb806a9f);});$marker.push(m_fa16982e0beb5e2d3a4b8e13fb806a9f);}});}google.maps.event.addDomListener(window, 'load', initialize);