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(28.6948,-95.9719)};var g_9962b91b91bd5b83f1bc37cfbc5796e5 = new google.maps.Geocoder();g_9962b91b91bd5b83f1bc37cfbc5796e5.geocode( { 'address': "389 Cedars St, Matagorda, TX 77457, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('matagorda-TX-gateway-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('matagorda-TX-gateway-mortgage-group'), mapOptions);}document.getElementById('b13f1e52').innerHTML += ' | View Map';var $l9962b91b91bd5b83f1bc37cfbc5796e5 = '

Gateway Mortgage Group

Address: 389 Cedars St, Matagorda, TX 77457, USA
Phone: (713) 960-4475
';var m_9962b91b91bd5b83f1bc37cfbc5796e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gateway Mortgage Group',});m_9962b91b91bd5b83f1bc37cfbc5796e5['infowindow'] = new google.maps.InfoWindow({content: $l9962b91b91bd5b83f1bc37cfbc5796e5});var infowindow = new google.maps.InfoWindow({content: $l9962b91b91bd5b83f1bc37cfbc5796e5});google.maps.event.addListener(m_9962b91b91bd5b83f1bc37cfbc5796e5, 'click', function() {infowindow.open(map,m_9962b91b91bd5b83f1bc37cfbc5796e5);});$marker.push(m_9962b91b91bd5b83f1bc37cfbc5796e5);}});}google.maps.event.addDomListener(window, 'load', initialize);