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.1592,-97.992)};var g_062085a987c0e46874555bb18c302614 = new google.maps.Geocoder();g_062085a987c0e46874555bb18c302614.geocode( { 'address': "220 S Missouri Ave, Weslaco, TX 78596, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weslaco-TX-parra-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('weslaco-TX-parra-loan-co'), mapOptions);}document.getElementById('9441b79c').innerHTML += ' | View Map';var $l062085a987c0e46874555bb18c302614 = '

Parra Loan Co

Address: 220 S Missouri Ave, Weslaco, TX 78596, USA
Phone: (956) 968-0541
';var m_062085a987c0e46874555bb18c302614 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Parra Loan Co',});m_062085a987c0e46874555bb18c302614['infowindow'] = new google.maps.InfoWindow({content: $l062085a987c0e46874555bb18c302614});var infowindow = new google.maps.InfoWindow({content: $l062085a987c0e46874555bb18c302614});google.maps.event.addListener(m_062085a987c0e46874555bb18c302614, 'click', function() {infowindow.open(map,m_062085a987c0e46874555bb18c302614);});$marker.push(m_062085a987c0e46874555bb18c302614);}});}google.maps.event.addDomListener(window, 'load', initialize);