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.5719,-97.1095)};var g_e085d8a5248ec1c171874e3fe2906e21 = new google.maps.Geocoder();g_e085d8a5248ec1c171874e3fe2906e21.geocode( { 'address': "1813 Cannon Dr, Mansfield, TX 76063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansfield-TX-allied-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('mansfield-TX-allied-federal-credit-union'), mapOptions);}document.getElementById('e361785d').innerHTML += ' | View Map';var $le085d8a5248ec1c171874e3fe2906e21 = '

Allied Federal Credit Union

Address: 1813 Cannon Dr, Mansfield, TX 76063, USA
Phone: (817) 856-4444
';var m_e085d8a5248ec1c171874e3fe2906e21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allied Federal Credit Union',});m_e085d8a5248ec1c171874e3fe2906e21['infowindow'] = new google.maps.InfoWindow({content: $le085d8a5248ec1c171874e3fe2906e21});var infowindow = new google.maps.InfoWindow({content: $le085d8a5248ec1c171874e3fe2906e21});google.maps.event.addListener(m_e085d8a5248ec1c171874e3fe2906e21, 'click', function() {infowindow.open(map,m_e085d8a5248ec1c171874e3fe2906e21);});$marker.push(m_e085d8a5248ec1c171874e3fe2906e21);}});}google.maps.event.addDomListener(window, 'load', initialize);