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(25.9817,-97.5353)};var g_4b1f95df56596126942b81fa7c7f303a = new google.maps.Geocoder();g_4b1f95df56596126942b81fa7c7f303a.geocode( { 'address': "900 E Levee St, Brownsville, TX 78520"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brownsville-TX-bravo-logistics-inc').style.display = '';map = new google.maps.Map(document.getElementById('brownsville-TX-bravo-logistics-inc'), mapOptions);}document.getElementById('2b0965ed').innerHTML += ' | View Map';var $l4b1f95df56596126942b81fa7c7f303a = '

Bravo Logistics Inc

Address: 900 E Levee St, Brownsville, TX 78520
Phone: (956) 542-7851
';var m_4b1f95df56596126942b81fa7c7f303a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bravo Logistics Inc',});m_4b1f95df56596126942b81fa7c7f303a['infowindow'] = new google.maps.InfoWindow({content: $l4b1f95df56596126942b81fa7c7f303a});var infowindow = new google.maps.InfoWindow({content: $l4b1f95df56596126942b81fa7c7f303a});google.maps.event.addListener(m_4b1f95df56596126942b81fa7c7f303a, 'click', function() {infowindow.open(map,m_4b1f95df56596126942b81fa7c7f303a);});$marker.push(m_4b1f95df56596126942b81fa7c7f303a);}});}google.maps.event.addDomListener(window, 'load', initialize);