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.1636,-97.9609)};var g_88d6330c37852a38bb486107dc277493 = new google.maps.Geocoder();g_88d6330c37852a38bb486107dc277493.geocode( { 'address': "3001 E Expy 83, Weslaco, TX 78596, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weslaco-TX-barri-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('weslaco-TX-barri-financial-group'), mapOptions);}document.getElementById('7a259fbd').innerHTML += ' | View Map';var $l88d6330c37852a38bb486107dc277493 = '

Barri Financial Group

Address: 3001 E Expy 83, Weslaco, TX 78596, USA
Phone: (956) 647-5350
';var m_88d6330c37852a38bb486107dc277493 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Barri Financial Group',});m_88d6330c37852a38bb486107dc277493['infowindow'] = new google.maps.InfoWindow({content: $l88d6330c37852a38bb486107dc277493});var infowindow = new google.maps.InfoWindow({content: $l88d6330c37852a38bb486107dc277493});google.maps.event.addListener(m_88d6330c37852a38bb486107dc277493, 'click', function() {infowindow.open(map,m_88d6330c37852a38bb486107dc277493);});$marker.push(m_88d6330c37852a38bb486107dc277493);}});}google.maps.event.addDomListener(window, 'load', initialize);