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(29.1999,-96.2647)};var g_e50c52da013c0262ececd4c8bdc8fa0a = new google.maps.Geocoder();g_e50c52da013c0262ececd4c8bdc8fa0a.geocode( { 'address': "601 E Jackson St, El Campo, TX 77437, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-campo-TX-croix-financial-llc').style.display = '';map = new google.maps.Map(document.getElementById('el-campo-TX-croix-financial-llc'), mapOptions);}document.getElementById('5b32296d').innerHTML += ' | View Map';var $le50c52da013c0262ececd4c8bdc8fa0a = '

Croix Financial LLC

Address: 601 E Jackson St, El Campo, TX 77437, USA
Phone: (979) 543-5556
';var m_e50c52da013c0262ececd4c8bdc8fa0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Croix Financial LLC',});m_e50c52da013c0262ececd4c8bdc8fa0a['infowindow'] = new google.maps.InfoWindow({content: $le50c52da013c0262ececd4c8bdc8fa0a});var infowindow = new google.maps.InfoWindow({content: $le50c52da013c0262ececd4c8bdc8fa0a});google.maps.event.addListener(m_e50c52da013c0262ececd4c8bdc8fa0a, 'click', function() {infowindow.open(map,m_e50c52da013c0262ececd4c8bdc8fa0a);});$marker.push(m_e50c52da013c0262ececd4c8bdc8fa0a);}});}google.maps.event.addDomListener(window, 'load', initialize);