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.5901,-95.6011)};var g_07606a3a18452e9b94fa9d413f83ae79 = new google.maps.Geocoder();g_07606a3a18452e9b94fa9d413f83ae79.geocode( { 'address': "3400 Hwy 6, Sugar Land, TX 77478, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sugar-land-TX-first-community-credit-union---sugar-land').style.display = '';map = new google.maps.Map(document.getElementById('sugar-land-TX-first-community-credit-union---sugar-land'), mapOptions);}document.getElementById('86d846db').innerHTML += ' | View Map';var $l07606a3a18452e9b94fa9d413f83ae79 = '

First Community Credit Union - Sugar Land

Address: 3400 Hwy 6, Sugar Land, TX 77478, USA
Phone: (281) 856-5300
';var m_07606a3a18452e9b94fa9d413f83ae79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Credit Union - Sugar Land',});m_07606a3a18452e9b94fa9d413f83ae79['infowindow'] = new google.maps.InfoWindow({content: $l07606a3a18452e9b94fa9d413f83ae79});var infowindow = new google.maps.InfoWindow({content: $l07606a3a18452e9b94fa9d413f83ae79});google.maps.event.addListener(m_07606a3a18452e9b94fa9d413f83ae79, 'click', function() {infowindow.open(map,m_07606a3a18452e9b94fa9d413f83ae79);});$marker.push(m_07606a3a18452e9b94fa9d413f83ae79);}});}google.maps.event.addDomListener(window, 'load', initialize);