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(33.0743,-96.8158)};var g_4454c95ca2b2b298057cbcb3bdcbb566 = new google.maps.Geocoder();g_4454c95ca2b2b298057cbcb3bdcbb566.geocode( { 'address': "5400 Legacy Dr, Plano, TX 75024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-intouch-credit-union-inside-hpe-building').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-intouch-credit-union-inside-hpe-building'), mapOptions);}document.getElementById('1ef82001').innerHTML += ' | View Map';var $l4454c95ca2b2b298057cbcb3bdcbb566 = '

InTouch Credit Union (inside HPE building)

Address: 5400 Legacy Dr, Plano, TX 75024, USA
Phone: (214) 291-1980
';var m_4454c95ca2b2b298057cbcb3bdcbb566 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'InTouch Credit Union (inside HPE building)',});m_4454c95ca2b2b298057cbcb3bdcbb566['infowindow'] = new google.maps.InfoWindow({content: $l4454c95ca2b2b298057cbcb3bdcbb566});var infowindow = new google.maps.InfoWindow({content: $l4454c95ca2b2b298057cbcb3bdcbb566});google.maps.event.addListener(m_4454c95ca2b2b298057cbcb3bdcbb566, 'click', function() {infowindow.open(map,m_4454c95ca2b2b298057cbcb3bdcbb566);});$marker.push(m_4454c95ca2b2b298057cbcb3bdcbb566);}});}google.maps.event.addDomListener(window, 'load', initialize);