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.8516,-97.0996)};var g_013d356164b85e03f7c97e3d862a6502 = new google.maps.Geocoder();g_013d356164b85e03f7c97e3d862a6502.geocode( { 'address': "1014 N Industrial Blvd, Euless, TX 76039, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('euless-TX-my-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('euless-TX-my-credit-union'), mapOptions);}document.getElementById('5231a15d').innerHTML += ' | View Map';var $l013d356164b85e03f7c97e3d862a6502 = '

My Credit Union

Address: 1014 N Industrial Blvd, Euless, TX 76039, USA
Phone: (817) 283-8023
';var m_013d356164b85e03f7c97e3d862a6502 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'My Credit Union',});m_013d356164b85e03f7c97e3d862a6502['infowindow'] = new google.maps.InfoWindow({content: $l013d356164b85e03f7c97e3d862a6502});var infowindow = new google.maps.InfoWindow({content: $l013d356164b85e03f7c97e3d862a6502});google.maps.event.addListener(m_013d356164b85e03f7c97e3d862a6502, 'click', function() {infowindow.open(map,m_013d356164b85e03f7c97e3d862a6502);});$marker.push(m_013d356164b85e03f7c97e3d862a6502);}});}google.maps.event.addDomListener(window, 'load', initialize);