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_16583616b2cb7d6cd3393bb2e3694c26 = new google.maps.Geocoder();g_16583616b2cb7d6cd3393bb2e3694c26.geocode( { 'address': "3508 Highway 6, Sugar Land, TX 77478"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sugar-land-TX-southwestern-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('sugar-land-TX-southwestern-national-bank'), mapOptions);}document.getElementById('b182d49f').innerHTML += ' | View Map';var $l16583616b2cb7d6cd3393bb2e3694c26 = '

Southwestern National Bank

Address: 3508 Highway 6, Sugar Land, TX 77478
Phone: (713) 272-5028
';var m_16583616b2cb7d6cd3393bb2e3694c26 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southwestern National Bank',});m_16583616b2cb7d6cd3393bb2e3694c26['infowindow'] = new google.maps.InfoWindow({content: $l16583616b2cb7d6cd3393bb2e3694c26});var infowindow = new google.maps.InfoWindow({content: $l16583616b2cb7d6cd3393bb2e3694c26});google.maps.event.addListener(m_16583616b2cb7d6cd3393bb2e3694c26, 'click', function() {infowindow.open(map,m_16583616b2cb7d6cd3393bb2e3694c26);});$marker.push(m_16583616b2cb7d6cd3393bb2e3694c26);}});}google.maps.event.addDomListener(window, 'load', initialize);