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.5305,-95.2101)};var g_681e38a876f8eb9fd9822b8f56545438 = new google.maps.Geocoder();g_681e38a876f8eb9fd9822b8f56545438.geocode( { 'address': "306 W Edgewood Dr, Friendswood, TX 77546, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('friendswood-TX-hancock-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('friendswood-TX-hancock-mortgage'), mapOptions);}document.getElementById('a448cef9').innerHTML += ' | View Map';var $l681e38a876f8eb9fd9822b8f56545438 = '

Hancock Mortgage

Address: 306 W Edgewood Dr, Friendswood, TX 77546, USA
Phone: (832) 569-2878
';var m_681e38a876f8eb9fd9822b8f56545438 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hancock Mortgage',});m_681e38a876f8eb9fd9822b8f56545438['infowindow'] = new google.maps.InfoWindow({content: $l681e38a876f8eb9fd9822b8f56545438});var infowindow = new google.maps.InfoWindow({content: $l681e38a876f8eb9fd9822b8f56545438});google.maps.event.addListener(m_681e38a876f8eb9fd9822b8f56545438, 'click', function() {infowindow.open(map,m_681e38a876f8eb9fd9822b8f56545438);});$marker.push(m_681e38a876f8eb9fd9822b8f56545438);}});}google.maps.event.addDomListener(window, 'load', initialize);