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.6276,-95.6356)};var g_287abb19da8aadbd118443e92685853e = new google.maps.Geocoder();g_287abb19da8aadbd118443e92685853e.geocode( { 'address': "1845 Highway 6, Sugar Land, TX 77478"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sugar-land-TX-trustmark-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('sugar-land-TX-trustmark-national-bank'), mapOptions);}document.getElementById('4aeabd71').innerHTML += ' | View Map';var $l287abb19da8aadbd118443e92685853e = '

Trustmark National Bank

Address: 1845 Highway 6, Sugar Land, TX 77478
Phone: (281) 637-4000
';var m_287abb19da8aadbd118443e92685853e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustmark National Bank',});m_287abb19da8aadbd118443e92685853e['infowindow'] = new google.maps.InfoWindow({content: $l287abb19da8aadbd118443e92685853e});var infowindow = new google.maps.InfoWindow({content: $l287abb19da8aadbd118443e92685853e});google.maps.event.addListener(m_287abb19da8aadbd118443e92685853e, 'click', function() {infowindow.open(map,m_287abb19da8aadbd118443e92685853e);});$marker.push(m_287abb19da8aadbd118443e92685853e);}});}google.maps.event.addDomListener(window, 'load', initialize);