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(31.0784,-97.364)};var g_eb1009b8772fd76316bac8a1519b8a03 = new google.maps.Geocoder();g_eb1009b8772fd76316bac8a1519b8a03.geocode( { 'address': "2401 S 31st St, Temple, TX 76508, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('temple-TX-scott--white-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('temple-TX-scott--white-employees-credit-union'), mapOptions);}document.getElementById('0d2acbfe').innerHTML += ' | View Map';var $leb1009b8772fd76316bac8a1519b8a03 = '

Scott & White Employees Credit Union

Address: 2401 S 31st St, Temple, TX 76508, USA
Phone: (254) 778-3199
';var m_eb1009b8772fd76316bac8a1519b8a03 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Scott & White Employees Credit Union',});m_eb1009b8772fd76316bac8a1519b8a03['infowindow'] = new google.maps.InfoWindow({content: $leb1009b8772fd76316bac8a1519b8a03});var infowindow = new google.maps.InfoWindow({content: $leb1009b8772fd76316bac8a1519b8a03});google.maps.event.addListener(m_eb1009b8772fd76316bac8a1519b8a03, 'click', function() {infowindow.open(map,m_eb1009b8772fd76316bac8a1519b8a03);});$marker.push(m_eb1009b8772fd76316bac8a1519b8a03);}});}google.maps.event.addDomListener(window, 'load', initialize);