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(30.3724,-97.7524)};var g_570190d176b4202a6566df6b3dae682e = new google.maps.Geocoder();g_570190d176b4202a6566df6b3dae682e.geocode( { 'address': "3921 Steck Ave # A120, Austin, TX 78759, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('austin-TX-summit-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('austin-TX-summit-mortgage'), mapOptions);}document.getElementById('1e961eba').innerHTML += ' | View Map';var $l570190d176b4202a6566df6b3dae682e = '

Summit Mortgage

Address: 3921 Steck Ave # A120, Austin, TX 78759, USA
Phone: (512) 340-0024
';var m_570190d176b4202a6566df6b3dae682e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Mortgage',});m_570190d176b4202a6566df6b3dae682e['infowindow'] = new google.maps.InfoWindow({content: $l570190d176b4202a6566df6b3dae682e});var infowindow = new google.maps.InfoWindow({content: $l570190d176b4202a6566df6b3dae682e});google.maps.event.addListener(m_570190d176b4202a6566df6b3dae682e, 'click', function() {infowindow.open(map,m_570190d176b4202a6566df6b3dae682e);});$marker.push(m_570190d176b4202a6566df6b3dae682e);}});}google.maps.event.addDomListener(window, 'load', initialize);