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(35.2037,-89.8733)};var g_4cb40023ec377287074815415900886a = new google.maps.Geocoder();g_4cb40023ec377287074815415900886a.geocode( { 'address': "4541, 5705 Stage Rd #2, Bartlett, TN 38134, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bartlett-TN-city-of-memphis-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bartlett-TN-city-of-memphis-credit-union'), mapOptions);}document.getElementById('9f25d98c').innerHTML += ' | View Map';var $l4cb40023ec377287074815415900886a = '

City of Memphis Credit Union

Address: 4541, 5705 Stage Rd #2, Bartlett, TN 38134, USA
Phone: (901) 385-1783
';var m_4cb40023ec377287074815415900886a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City of Memphis Credit Union',});m_4cb40023ec377287074815415900886a['infowindow'] = new google.maps.InfoWindow({content: $l4cb40023ec377287074815415900886a});var infowindow = new google.maps.InfoWindow({content: $l4cb40023ec377287074815415900886a});google.maps.event.addListener(m_4cb40023ec377287074815415900886a, 'click', function() {infowindow.open(map,m_4cb40023ec377287074815415900886a);});$marker.push(m_4cb40023ec377287074815415900886a);}});}google.maps.event.addDomListener(window, 'load', initialize);