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.1612,-97.9909)};var g_707a0aaaa158a48cd5f542092f053b3e = new google.maps.Geocoder();g_707a0aaaa158a48cd5f542092f053b3e.geocode( { 'address': "200 S Texas Blvd # B, Weslaco, TX 78596, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weslaco-TX-cordova-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('weslaco-TX-cordova-finance-co'), mapOptions);}document.getElementById('55f0eef6').innerHTML += ' | View Map';var $l707a0aaaa158a48cd5f542092f053b3e = '

Cordova Finance Co

Address: 200 S Texas Blvd # B, Weslaco, TX 78596, USA
Phone: (956) 968-8744
';var m_707a0aaaa158a48cd5f542092f053b3e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cordova Finance Co',});m_707a0aaaa158a48cd5f542092f053b3e['infowindow'] = new google.maps.InfoWindow({content: $l707a0aaaa158a48cd5f542092f053b3e});var infowindow = new google.maps.InfoWindow({content: $l707a0aaaa158a48cd5f542092f053b3e});google.maps.event.addListener(m_707a0aaaa158a48cd5f542092f053b3e, 'click', function() {infowindow.open(map,m_707a0aaaa158a48cd5f542092f053b3e);});$marker.push(m_707a0aaaa158a48cd5f542092f053b3e);}});}google.maps.event.addDomListener(window, 'load', initialize);