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.4672,-98.53)};var g_da6181a3b283247bd80976c10aafe281 = new google.maps.Geocoder();g_da6181a3b283247bd80976c10aafe281.geocode( { 'address': "1100 NE Loop 410, San Antonio, TX 78209"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-guarantee-federal-bank-building').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-guarantee-federal-bank-building'), mapOptions);}document.getElementById('f1cc7625').innerHTML += ' | View Map';var $lda6181a3b283247bd80976c10aafe281 = '

Guarantee Federal Bank Building

Address: 1100 NE Loop 410, San Antonio, TX 78209
Phone: (210) 828-8173
';var m_da6181a3b283247bd80976c10aafe281 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guarantee Federal Bank Building',});m_da6181a3b283247bd80976c10aafe281['infowindow'] = new google.maps.InfoWindow({content: $lda6181a3b283247bd80976c10aafe281});var infowindow = new google.maps.InfoWindow({content: $lda6181a3b283247bd80976c10aafe281});google.maps.event.addListener(m_da6181a3b283247bd80976c10aafe281, 'click', function() {infowindow.open(map,m_da6181a3b283247bd80976c10aafe281);});$marker.push(m_da6181a3b283247bd80976c10aafe281);}});}google.maps.event.addDomListener(window, 'load', initialize);