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.7984,-98.4223)};var g_654798fc20b6d08b12236106fff87920 = new google.maps.Geocoder();g_654798fc20b6d08b12236106fff87920.geocode( { 'address': "20336 TX-46, Spring Branch, TX 78070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spring-branch-TX-security-services-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('spring-branch-TX-security-services-credit-union'), mapOptions);}document.getElementById('be2cf0b5').innerHTML += ' | View Map';var $l654798fc20b6d08b12236106fff87920 = '

Security Services Credit Union

Address: 20336 TX-46, Spring Branch, TX 78070, USA
Phone:
';var m_654798fc20b6d08b12236106fff87920 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Services Credit Union',});m_654798fc20b6d08b12236106fff87920['infowindow'] = new google.maps.InfoWindow({content: $l654798fc20b6d08b12236106fff87920});var infowindow = new google.maps.InfoWindow({content: $l654798fc20b6d08b12236106fff87920});google.maps.event.addListener(m_654798fc20b6d08b12236106fff87920, 'click', function() {infowindow.open(map,m_654798fc20b6d08b12236106fff87920);});$marker.push(m_654798fc20b6d08b12236106fff87920);}});}google.maps.event.addDomListener(window, 'load', initialize);