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.2164,-98.3287)};var g_7599d9c4717077f243ffb6cd4b470f90 = new google.maps.Geocoder();g_7599d9c4717077f243ffb6cd4b470f90.geocode( { 'address': "313 W Tom Landry St, Mission, TX 78572, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mission-TX-r--r-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('mission-TX-r--r-loan-co'), mapOptions);}document.getElementById('541537dc').innerHTML += ' | View Map';var $l7599d9c4717077f243ffb6cd4b470f90 = '

R & R Loan Co

Address: 313 W Tom Landry St, Mission, TX 78572, USA
Phone: (956) 519-1313
';var m_7599d9c4717077f243ffb6cd4b470f90 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'R & R Loan Co',});m_7599d9c4717077f243ffb6cd4b470f90['infowindow'] = new google.maps.InfoWindow({content: $l7599d9c4717077f243ffb6cd4b470f90});var infowindow = new google.maps.InfoWindow({content: $l7599d9c4717077f243ffb6cd4b470f90});google.maps.event.addListener(m_7599d9c4717077f243ffb6cd4b470f90, 'click', function() {infowindow.open(map,m_7599d9c4717077f243ffb6cd4b470f90);});$marker.push(m_7599d9c4717077f243ffb6cd4b470f90);}});}google.maps.event.addDomListener(window, 'load', initialize);