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(33.0345,-96.8273)};var g_51308eb3700012b82a00774858f683ab = new google.maps.Geocoder();g_51308eb3700012b82a00774858f683ab.geocode( { 'address': "5900 Chapel Hill Blvd, Plano, TX 75093, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-washington-federal').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-washington-federal'), mapOptions);}document.getElementById('61eb8299').innerHTML += ' | View Map';var $l51308eb3700012b82a00774858f683ab = '

Washington Federal

Address: 5900 Chapel Hill Blvd, Plano, TX 75093, USA
Phone: (972) 378-0200
';var m_51308eb3700012b82a00774858f683ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Federal',});m_51308eb3700012b82a00774858f683ab['infowindow'] = new google.maps.InfoWindow({content: $l51308eb3700012b82a00774858f683ab});var infowindow = new google.maps.InfoWindow({content: $l51308eb3700012b82a00774858f683ab});google.maps.event.addListener(m_51308eb3700012b82a00774858f683ab, 'click', function() {infowindow.open(map,m_51308eb3700012b82a00774858f683ab);});$marker.push(m_51308eb3700012b82a00774858f683ab);}});}google.maps.event.addDomListener(window, 'load', initialize);