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.5174,-95.2013)};var g_f2a712f8728b51a565917305f8953475 = new google.maps.Geocoder();g_f2a712f8728b51a565917305f8953475.geocode( { 'address': "1003 S Friendswood Dr, Friendswood, TX 77546"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('friendswood-TX-texas-gulf-bank').style.display = '';map = new google.maps.Map(document.getElementById('friendswood-TX-texas-gulf-bank'), mapOptions);}document.getElementById('c8e4c507').innerHTML += ' | View Map';var $lf2a712f8728b51a565917305f8953475 = '

Texas Gulf Bank

Address: 1003 S Friendswood Dr, Friendswood, TX 77546
Phone: (281) 996-7481
';var m_f2a712f8728b51a565917305f8953475 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Gulf Bank',});m_f2a712f8728b51a565917305f8953475['infowindow'] = new google.maps.InfoWindow({content: $lf2a712f8728b51a565917305f8953475});var infowindow = new google.maps.InfoWindow({content: $lf2a712f8728b51a565917305f8953475});google.maps.event.addListener(m_f2a712f8728b51a565917305f8953475, 'click', function() {infowindow.open(map,m_f2a712f8728b51a565917305f8953475);});$marker.push(m_f2a712f8728b51a565917305f8953475);}});}google.maps.event.addDomListener(window, 'load', initialize);