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(29.7204,-95.2221)};var g_9e7dc95c541eb2d8bf26affe1089821f = new google.maps.Geocoder();g_9e7dc95c541eb2d8bf26affe1089821f.geocode( { 'address': "12346 Gulf Fwy, Houston, TX 77034"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-first-educators-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-first-educators-credit-union'), mapOptions);}document.getElementById('e88e4eb0').innerHTML += ' | View Map';var $l9e7dc95c541eb2d8bf26affe1089821f = '

First Educators Credit Union

Address: 12346 Gulf Fwy, Houston, TX 77034
Phone: (713) 850-1254
';var m_9e7dc95c541eb2d8bf26affe1089821f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Educators Credit Union',});m_9e7dc95c541eb2d8bf26affe1089821f['infowindow'] = new google.maps.InfoWindow({content: $l9e7dc95c541eb2d8bf26affe1089821f});var infowindow = new google.maps.InfoWindow({content: $l9e7dc95c541eb2d8bf26affe1089821f});google.maps.event.addListener(m_9e7dc95c541eb2d8bf26affe1089821f, 'click', function() {infowindow.open(map,m_9e7dc95c541eb2d8bf26affe1089821f);});$marker.push(m_9e7dc95c541eb2d8bf26affe1089821f);}});}google.maps.event.addDomListener(window, 'load', initialize);