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_1c4f2298f5a84783c66d454d1311c0cc = new google.maps.Geocoder();g_1c4f2298f5a84783c66d454d1311c0cc.geocode( { 'address': "1600 Highway 6, Sugar Land, TX 77478"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sugar-land-TX-post-oak-bank').style.display = '';map = new google.maps.Map(document.getElementById('sugar-land-TX-post-oak-bank'), mapOptions);}document.getElementById('fcc16200').innerHTML += ' | View Map';var $l1c4f2298f5a84783c66d454d1311c0cc = '

Post Oak Bank

Address: 1600 Highway 6, Sugar Land, TX 77478
Phone: (713) 499-1360
';var m_1c4f2298f5a84783c66d454d1311c0cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Post Oak Bank',});m_1c4f2298f5a84783c66d454d1311c0cc['infowindow'] = new google.maps.InfoWindow({content: $l1c4f2298f5a84783c66d454d1311c0cc});var infowindow = new google.maps.InfoWindow({content: $l1c4f2298f5a84783c66d454d1311c0cc});google.maps.event.addListener(m_1c4f2298f5a84783c66d454d1311c0cc, 'click', function() {infowindow.open(map,m_1c4f2298f5a84783c66d454d1311c0cc);});$marker.push(m_1c4f2298f5a84783c66d454d1311c0cc);}});}google.maps.event.addDomListener(window, 'load', initialize);