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.7734,-95.8225)};var g_49f78b2d13202e476db679ffe2ce0bd2 = new google.maps.Geocoder();g_49f78b2d13202e476db679ffe2ce0bd2.geocode( { 'address': "25675 Nelson Way, Katy, TX 77494, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('katy-TX-first-community-credit-union---katy-market-inside-heb').style.display = '';map = new google.maps.Map(document.getElementById('katy-TX-first-community-credit-union---katy-market-inside-heb'), mapOptions);}document.getElementById('c4284d95').innerHTML += ' | View Map';var $l49f78b2d13202e476db679ffe2ce0bd2 = '

First Community Credit Union - Katy Market (inside HEB)

Address: 25675 Nelson Way, Katy, TX 77494, USA
Phone: (281) 856-5300
';var m_49f78b2d13202e476db679ffe2ce0bd2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Credit Union - Katy Market (inside HEB)',});m_49f78b2d13202e476db679ffe2ce0bd2['infowindow'] = new google.maps.InfoWindow({content: $l49f78b2d13202e476db679ffe2ce0bd2});var infowindow = new google.maps.InfoWindow({content: $l49f78b2d13202e476db679ffe2ce0bd2});google.maps.event.addListener(m_49f78b2d13202e476db679ffe2ce0bd2, 'click', function() {infowindow.open(map,m_49f78b2d13202e476db679ffe2ce0bd2);});$marker.push(m_49f78b2d13202e476db679ffe2ce0bd2);}});}google.maps.event.addDomListener(window, 'load', initialize);