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.497,-112.101)};var g_f9009793d98fb864b2067957cebb8250 = new google.maps.Geocoder();g_f9009793d98fb864b2067957cebb8250.geocode( { 'address': "1940 W Indian School Rd #11, Phoenix, AZ 85015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenix-AZ-bashas-associates-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('phoenix-AZ-bashas-associates-federal-cu'), mapOptions);}document.getElementById('53174876').innerHTML += ' | View Map';var $lf9009793d98fb864b2067957cebb8250 = '

Bashas Associates Federal Cu

Address: 1940 W Indian School Rd #11, Phoenix, AZ 85015, USA
Phone:
';var m_f9009793d98fb864b2067957cebb8250 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bashas Associates Federal Cu',});m_f9009793d98fb864b2067957cebb8250['infowindow'] = new google.maps.InfoWindow({content: $lf9009793d98fb864b2067957cebb8250});var infowindow = new google.maps.InfoWindow({content: $lf9009793d98fb864b2067957cebb8250});google.maps.event.addListener(m_f9009793d98fb864b2067957cebb8250, 'click', function() {infowindow.open(map,m_f9009793d98fb864b2067957cebb8250);});$marker.push(m_f9009793d98fb864b2067957cebb8250);}});}google.maps.event.addDomListener(window, 'load', initialize);