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.7312,-95.466)};var g_bb17d16eaedc501f865a2dc57034a413 = new google.maps.Geocoder();g_bb17d16eaedc501f865a2dc57034a413.geocode( { 'address': "230 Westcott Street, Houston, Richmond Ave, Houston, TX 77056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-zeus-mortgage-bank').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-zeus-mortgage-bank'), mapOptions);}document.getElementById('f9366337').innerHTML += ' | View Map';var $lbb17d16eaedc501f865a2dc57034a413 = '

Zeus Mortgage Bank

Address: 230 Westcott Street, Houston, Richmond Ave, Houston, TX 77056, USA
Phone: (713) 275-9387
';var m_bb17d16eaedc501f865a2dc57034a413 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zeus Mortgage Bank',});m_bb17d16eaedc501f865a2dc57034a413['infowindow'] = new google.maps.InfoWindow({content: $lbb17d16eaedc501f865a2dc57034a413});var infowindow = new google.maps.InfoWindow({content: $lbb17d16eaedc501f865a2dc57034a413});google.maps.event.addListener(m_bb17d16eaedc501f865a2dc57034a413, 'click', function() {infowindow.open(map,m_bb17d16eaedc501f865a2dc57034a413);});$marker.push(m_bb17d16eaedc501f865a2dc57034a413);}});}google.maps.event.addDomListener(window, 'load', initialize);