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_6c91e2bfb5160ae267d4f353cf706f52 = new google.maps.Geocoder();g_6c91e2bfb5160ae267d4f353cf706f52.geocode( { 'address': "620 Highway 6, Sugar Land, TX 77478"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sugar-land-TX-frost-bank-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('sugar-land-TX-frost-bank-financial-center'), mapOptions);}document.getElementById('85b6375f').innerHTML += ' | View Map';var $l6c91e2bfb5160ae267d4f353cf706f52 = '

Frost Bank Financial Center

Address: 620 Highway 6, Sugar Land, TX 77478
Phone: (713) 388-7600
';var m_6c91e2bfb5160ae267d4f353cf706f52 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frost Bank Financial Center',});m_6c91e2bfb5160ae267d4f353cf706f52['infowindow'] = new google.maps.InfoWindow({content: $l6c91e2bfb5160ae267d4f353cf706f52});var infowindow = new google.maps.InfoWindow({content: $l6c91e2bfb5160ae267d4f353cf706f52});google.maps.event.addListener(m_6c91e2bfb5160ae267d4f353cf706f52, 'click', function() {infowindow.open(map,m_6c91e2bfb5160ae267d4f353cf706f52);});$marker.push(m_6c91e2bfb5160ae267d4f353cf706f52);}});}google.maps.event.addDomListener(window, 'load', initialize);