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.1385,-97.6252)};var g_1881baeccb7399f3452cd7f37cdb2b29 = new google.maps.Geocoder();g_1881baeccb7399f3452cd7f37cdb2b29.geocode( { 'address': "153 US-77 BUS, San Benito, TX 78586, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-benito-TX-approved-money-center').style.display = '';map = new google.maps.Map(document.getElementById('san-benito-TX-approved-money-center'), mapOptions);}document.getElementById('adc4c8a2').innerHTML += ' | View Map';var $l1881baeccb7399f3452cd7f37cdb2b29 = '

Approved Money Center

Address: 153 US-77 BUS, San Benito, TX 78586, USA
Phone: (956) 361-3360
';var m_1881baeccb7399f3452cd7f37cdb2b29 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Money Center',});m_1881baeccb7399f3452cd7f37cdb2b29['infowindow'] = new google.maps.InfoWindow({content: $l1881baeccb7399f3452cd7f37cdb2b29});var infowindow = new google.maps.InfoWindow({content: $l1881baeccb7399f3452cd7f37cdb2b29});google.maps.event.addListener(m_1881baeccb7399f3452cd7f37cdb2b29, 'click', function() {infowindow.open(map,m_1881baeccb7399f3452cd7f37cdb2b29);});$marker.push(m_1881baeccb7399f3452cd7f37cdb2b29);}});}google.maps.event.addDomListener(window, 'load', initialize);