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.6479,-96.9243)};var g_abd566ec2cf50d153162f350157d291c = new google.maps.Geocoder();g_abd566ec2cf50d153162f350157d291c.geocode( { 'address': "791 W Wheatland Rd, Duncanville, TX 75116, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duncanville-TX-neighborhood-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('duncanville-TX-neighborhood-credit-union'), mapOptions);}document.getElementById('3aa93e9e').innerHTML += ' | View Map';var $labd566ec2cf50d153162f350157d291c = '

Neighborhood Credit Union

Address: 791 W Wheatland Rd, Duncanville, TX 75116, USA
Phone: (214) 748-9393
';var m_abd566ec2cf50d153162f350157d291c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Neighborhood Credit Union',});m_abd566ec2cf50d153162f350157d291c['infowindow'] = new google.maps.InfoWindow({content: $labd566ec2cf50d153162f350157d291c});var infowindow = new google.maps.InfoWindow({content: $labd566ec2cf50d153162f350157d291c});google.maps.event.addListener(m_abd566ec2cf50d153162f350157d291c, 'click', function() {infowindow.open(map,m_abd566ec2cf50d153162f350157d291c);});$marker.push(m_abd566ec2cf50d153162f350157d291c);}});}google.maps.event.addDomListener(window, 'load', initialize);