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.7002,-98.1224)};var g_674ddb95d1d89b90c24123c8e6b88ac5 = new google.maps.Geocoder();g_674ddb95d1d89b90c24123c8e6b88ac5.geocode( { 'address': "325 S Castell Ave, New Braunfels, TX 78130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-braunfels-TX-gateway-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('new-braunfels-TX-gateway-mortgage-group'), mapOptions);}document.getElementById('d61561c4').innerHTML += ' | View Map';var $l674ddb95d1d89b90c24123c8e6b88ac5 = '

Gateway Mortgage Group

Address: 325 S Castell Ave, New Braunfels, TX 78130, USA
Phone: (830) 632-2868
';var m_674ddb95d1d89b90c24123c8e6b88ac5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gateway Mortgage Group',});m_674ddb95d1d89b90c24123c8e6b88ac5['infowindow'] = new google.maps.InfoWindow({content: $l674ddb95d1d89b90c24123c8e6b88ac5});var infowindow = new google.maps.InfoWindow({content: $l674ddb95d1d89b90c24123c8e6b88ac5});google.maps.event.addListener(m_674ddb95d1d89b90c24123c8e6b88ac5, 'click', function() {infowindow.open(map,m_674ddb95d1d89b90c24123c8e6b88ac5);});$marker.push(m_674ddb95d1d89b90c24123c8e6b88ac5);}});}google.maps.event.addDomListener(window, 'load', initialize);