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.6197,-95.2145)};var g_32012097fe8ac018cf0586ee96bb9227 = new google.maps.Geocoder();g_32012097fe8ac018cf0586ee96bb9227.geocode( { 'address': "12650 N Featherwood Dr # 120, Houston, TX 77034, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-davis-penn-mortgage-co').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-davis-penn-mortgage-co'), mapOptions);}document.getElementById('fcc84a84').innerHTML += ' | View Map';var $l32012097fe8ac018cf0586ee96bb9227 = '

Davis Penn Mortgage Co

Address: 12650 N Featherwood Dr # 120, Houston, TX 77034, USA
Phone: (281) 481-2400
';var m_32012097fe8ac018cf0586ee96bb9227 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Davis Penn Mortgage Co',});m_32012097fe8ac018cf0586ee96bb9227['infowindow'] = new google.maps.InfoWindow({content: $l32012097fe8ac018cf0586ee96bb9227});var infowindow = new google.maps.InfoWindow({content: $l32012097fe8ac018cf0586ee96bb9227});google.maps.event.addListener(m_32012097fe8ac018cf0586ee96bb9227, 'click', function() {infowindow.open(map,m_32012097fe8ac018cf0586ee96bb9227);});$marker.push(m_32012097fe8ac018cf0586ee96bb9227);}});}google.maps.event.addDomListener(window, 'load', initialize);