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.3451,-98.6149)};var g_7e61bd0eeacdd1fa4601db752e8ae95b = new google.maps.Geocoder();g_7e61bd0eeacdd1fa4601db752e8ae95b.geocode( { 'address': "6010 Old Pearsall Rd, San Antonio, TX 78242, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-community-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-community-check-cashing'), mapOptions);}document.getElementById('cf4fc7ac').innerHTML += ' | View Map';var $l7e61bd0eeacdd1fa4601db752e8ae95b = '

Community Check Cashing

Address: 6010 Old Pearsall Rd, San Antonio, TX 78242, USA
Phone: (210) 623-2274
';var m_7e61bd0eeacdd1fa4601db752e8ae95b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Check Cashing',});m_7e61bd0eeacdd1fa4601db752e8ae95b['infowindow'] = new google.maps.InfoWindow({content: $l7e61bd0eeacdd1fa4601db752e8ae95b});var infowindow = new google.maps.InfoWindow({content: $l7e61bd0eeacdd1fa4601db752e8ae95b});google.maps.event.addListener(m_7e61bd0eeacdd1fa4601db752e8ae95b, 'click', function() {infowindow.open(map,m_7e61bd0eeacdd1fa4601db752e8ae95b);});$marker.push(m_7e61bd0eeacdd1fa4601db752e8ae95b);}});}google.maps.event.addDomListener(window, 'load', initialize);