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(32.9771,-96.7676)};var g_25e95f3f099c48ac55080b306cfd0590 = new google.maps.Geocoder();g_25e95f3f099c48ac55080b306cfd0590.geocode( { 'address': "1920 N Coit Rd #201, Richardson, TX 75080, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richardson-TX-washington-federal').style.display = '';map = new google.maps.Map(document.getElementById('richardson-TX-washington-federal'), mapOptions);}document.getElementById('15c862d8').innerHTML += ' | View Map';var $l25e95f3f099c48ac55080b306cfd0590 = '

Washington Federal

Address: 1920 N Coit Rd #201, Richardson, TX 75080, USA
Phone: (972) 231-6085
';var m_25e95f3f099c48ac55080b306cfd0590 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Federal',});m_25e95f3f099c48ac55080b306cfd0590['infowindow'] = new google.maps.InfoWindow({content: $l25e95f3f099c48ac55080b306cfd0590});var infowindow = new google.maps.InfoWindow({content: $l25e95f3f099c48ac55080b306cfd0590});google.maps.event.addListener(m_25e95f3f099c48ac55080b306cfd0590, 'click', function() {infowindow.open(map,m_25e95f3f099c48ac55080b306cfd0590);});$marker.push(m_25e95f3f099c48ac55080b306cfd0590);}});}google.maps.event.addDomListener(window, 'load', initialize);