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.276,-94.8105)};var g_ea513f700c94d2143c2787020a3bf38f = new google.maps.Geocoder();g_ea513f700c94d2143c2787020a3bf38f.geocode( { 'address': "4424 Seawall Blvd, Galveston, TX 77550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('galveston-TX-hometown-bank-of-galveston--seawall-branch').style.display = '';map = new google.maps.Map(document.getElementById('galveston-TX-hometown-bank-of-galveston--seawall-branch'), mapOptions);}document.getElementById('d6bbbe9d').innerHTML += ' | View Map';var $lea513f700c94d2143c2787020a3bf38f = '

HomeTown Bank of Galveston- Seawall Branch

Address: 4424 Seawall Blvd, Galveston, TX 77550, USA
Phone: (409) 763-5252
';var m_ea513f700c94d2143c2787020a3bf38f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeTown Bank of Galveston- Seawall Branch',});m_ea513f700c94d2143c2787020a3bf38f['infowindow'] = new google.maps.InfoWindow({content: $lea513f700c94d2143c2787020a3bf38f});var infowindow = new google.maps.InfoWindow({content: $lea513f700c94d2143c2787020a3bf38f});google.maps.event.addListener(m_ea513f700c94d2143c2787020a3bf38f, 'click', function() {infowindow.open(map,m_ea513f700c94d2143c2787020a3bf38f);});$marker.push(m_ea513f700c94d2143c2787020a3bf38f);}});}google.maps.event.addDomListener(window, 'load', initialize);