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.0107,-95.1794)};var g_b56d9d8b6077fb56127d1c8ff84ece11 = new google.maps.Geocoder();g_b56d9d8b6077fb56127d1c8ff84ece11.geocode( { 'address': "20655 W Lake Houston Pkwy, Atascocita, TX 77346, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atascocita-TX-amcap-mortgage-premier').style.display = '';map = new google.maps.Map(document.getElementById('atascocita-TX-amcap-mortgage-premier'), mapOptions);}document.getElementById('c47e524f').innerHTML += ' | View Map';var $lb56d9d8b6077fb56127d1c8ff84ece11 = '

AMCAP Mortgage Premier

Address: 20655 W Lake Houston Pkwy, Atascocita, TX 77346, USA
Phone: (281) 812-8213
';var m_b56d9d8b6077fb56127d1c8ff84ece11 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AMCAP Mortgage Premier',});m_b56d9d8b6077fb56127d1c8ff84ece11['infowindow'] = new google.maps.InfoWindow({content: $lb56d9d8b6077fb56127d1c8ff84ece11});var infowindow = new google.maps.InfoWindow({content: $lb56d9d8b6077fb56127d1c8ff84ece11});google.maps.event.addListener(m_b56d9d8b6077fb56127d1c8ff84ece11, 'click', function() {infowindow.open(map,m_b56d9d8b6077fb56127d1c8ff84ece11);});$marker.push(m_b56d9d8b6077fb56127d1c8ff84ece11);}});}google.maps.event.addDomListener(window, 'load', initialize);