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_7586a9ad27d2203fd21d05e2666d3aa7 = new google.maps.Geocoder();g_7586a9ad27d2203fd21d05e2666d3aa7.geocode( { 'address': "2585 Bay Area Blvd, Houston, TX 77058"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-amoco-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-amoco-federal-credit-union'), mapOptions);}document.getElementById('a78d994b').innerHTML += ' | View Map';var $l7586a9ad27d2203fd21d05e2666d3aa7 = '

Amoco Federal Credit Union

Address: 2585 Bay Area Blvd, Houston, TX 77058
Phone: (713) 629-3000
';var m_7586a9ad27d2203fd21d05e2666d3aa7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amoco Federal Credit Union',});m_7586a9ad27d2203fd21d05e2666d3aa7['infowindow'] = new google.maps.InfoWindow({content: $l7586a9ad27d2203fd21d05e2666d3aa7});var infowindow = new google.maps.InfoWindow({content: $l7586a9ad27d2203fd21d05e2666d3aa7});google.maps.event.addListener(m_7586a9ad27d2203fd21d05e2666d3aa7, 'click', function() {infowindow.open(map,m_7586a9ad27d2203fd21d05e2666d3aa7);});$marker.push(m_7586a9ad27d2203fd21d05e2666d3aa7);}});}google.maps.event.addDomListener(window, 'load', initialize);