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.4384,-98.4851)};var g_ba6c22e55a9e1f3d1c71c4e7f17be9b9 = new google.maps.Geocoder();g_ba6c22e55a9e1f3d1c71c4e7f17be9b9.geocode( { 'address': "1002 Camden St, San Antonio, TX 78215, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-local-500-ibew-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-local-500-ibew-credit-union'), mapOptions);}document.getElementById('46d1f8ed').innerHTML += ' | View Map';var $lba6c22e55a9e1f3d1c71c4e7f17be9b9 = '

Local 500 IBEW Credit Union

Address: 1002 Camden St, San Antonio, TX 78215, USA
Phone: (210) 226-3751
';var m_ba6c22e55a9e1f3d1c71c4e7f17be9b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Local 500 IBEW Credit Union',});m_ba6c22e55a9e1f3d1c71c4e7f17be9b9['infowindow'] = new google.maps.InfoWindow({content: $lba6c22e55a9e1f3d1c71c4e7f17be9b9});var infowindow = new google.maps.InfoWindow({content: $lba6c22e55a9e1f3d1c71c4e7f17be9b9});google.maps.event.addListener(m_ba6c22e55a9e1f3d1c71c4e7f17be9b9, 'click', function() {infowindow.open(map,m_ba6c22e55a9e1f3d1c71c4e7f17be9b9);});$marker.push(m_ba6c22e55a9e1f3d1c71c4e7f17be9b9);}});}google.maps.event.addDomListener(window, 'load', initialize);