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(33.1042,-96.83)};var g_fdf3829bd82c435f500df972a462da4b = new google.maps.Geocoder();g_fdf3829bd82c435f500df972a462da4b.geocode( { 'address': "3011 Internet Blvd, Frisco, TX 75034, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('frisco-TX-gateway-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('frisco-TX-gateway-mortgage-group'), mapOptions);}document.getElementById('6ab6511f').innerHTML += ' | View Map';var $lfdf3829bd82c435f500df972a462da4b = '

Gateway Mortgage Group

Address: 3011 Internet Blvd, Frisco, TX 75034, USA
Phone: (972) 318-2500
';var m_fdf3829bd82c435f500df972a462da4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gateway Mortgage Group',});m_fdf3829bd82c435f500df972a462da4b['infowindow'] = new google.maps.InfoWindow({content: $lfdf3829bd82c435f500df972a462da4b});var infowindow = new google.maps.InfoWindow({content: $lfdf3829bd82c435f500df972a462da4b});google.maps.event.addListener(m_fdf3829bd82c435f500df972a462da4b, 'click', function() {infowindow.open(map,m_fdf3829bd82c435f500df972a462da4b);});$marker.push(m_fdf3829bd82c435f500df972a462da4b);}});}google.maps.event.addDomListener(window, 'load', initialize);