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.1484,-97.6398)};var g_406d8c98eb82ea3bac3abd1dc5c6243e = new google.maps.Geocoder();g_406d8c98eb82ea3bac3abd1dc5c6243e.geocode( { 'address': "1220 W Business Highway 77, Ste C, San Benito, TX 78586, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-benito-TX-sun-loan-company').style.display = '';map = new google.maps.Map(document.getElementById('san-benito-TX-sun-loan-company'), mapOptions);}document.getElementById('d85e3d7d').innerHTML += ' | View Map';var $l406d8c98eb82ea3bac3abd1dc5c6243e = '

Sun Loan Company

Address: 1220 W Business Highway 77, Ste C, San Benito, TX 78586, USA
Phone: (956) 361-3613
';var m_406d8c98eb82ea3bac3abd1dc5c6243e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Loan Company',});m_406d8c98eb82ea3bac3abd1dc5c6243e['infowindow'] = new google.maps.InfoWindow({content: $l406d8c98eb82ea3bac3abd1dc5c6243e});var infowindow = new google.maps.InfoWindow({content: $l406d8c98eb82ea3bac3abd1dc5c6243e});google.maps.event.addListener(m_406d8c98eb82ea3bac3abd1dc5c6243e, 'click', function() {infowindow.open(map,m_406d8c98eb82ea3bac3abd1dc5c6243e);});$marker.push(m_406d8c98eb82ea3bac3abd1dc5c6243e);}});}google.maps.event.addDomListener(window, 'load', initialize);