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.679,-98.4115)};var g_be6534833d70c9056185831475fd92a1 = new google.maps.Geocoder();g_be6534833d70c9056185831475fd92a1.geocode( { 'address': "5300 FM 1863, Bulverde, TX 78163"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bulverde-TX-new-south-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('bulverde-TX-new-south-federal-savings-bank'), mapOptions);}document.getElementById('a93bd865').innerHTML += ' | View Map';var $lbe6534833d70c9056185831475fd92a1 = '

New South Federal Savings Bank

Address: 5300 FM 1863, Bulverde, TX 78163
Phone: (830) 714-4670
';var m_be6534833d70c9056185831475fd92a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New South Federal Savings Bank',});m_be6534833d70c9056185831475fd92a1['infowindow'] = new google.maps.InfoWindow({content: $lbe6534833d70c9056185831475fd92a1});var infowindow = new google.maps.InfoWindow({content: $lbe6534833d70c9056185831475fd92a1});google.maps.event.addListener(m_be6534833d70c9056185831475fd92a1, 'click', function() {infowindow.open(map,m_be6534833d70c9056185831475fd92a1);});$marker.push(m_be6534833d70c9056185831475fd92a1);}});}google.maps.event.addDomListener(window, 'load', initialize);