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.7472,-97.0038)};var g_4c6be8f4276bc158da4fb5e9202fc1ec = new google.maps.Geocoder();g_4c6be8f4276bc158da4fb5e9202fc1ec.geocode( { 'address': "209 N Center St, Grand Prairie, TX 75050, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-prairie-TX-grand-prairie-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('grand-prairie-TX-grand-prairie-credit-union'), mapOptions);}document.getElementById('f1ec0b71').innerHTML += ' | View Map';var $l4c6be8f4276bc158da4fb5e9202fc1ec = '

Grand Prairie Credit Union

Address: 209 N Center St, Grand Prairie, TX 75050, USA
Phone: (972) 262-7935
';var m_4c6be8f4276bc158da4fb5e9202fc1ec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Grand Prairie Credit Union',});m_4c6be8f4276bc158da4fb5e9202fc1ec['infowindow'] = new google.maps.InfoWindow({content: $l4c6be8f4276bc158da4fb5e9202fc1ec});var infowindow = new google.maps.InfoWindow({content: $l4c6be8f4276bc158da4fb5e9202fc1ec});google.maps.event.addListener(m_4c6be8f4276bc158da4fb5e9202fc1ec, 'click', function() {infowindow.open(map,m_4c6be8f4276bc158da4fb5e9202fc1ec);});$marker.push(m_4c6be8f4276bc158da4fb5e9202fc1ec);}});}google.maps.event.addDomListener(window, 'load', initialize);