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(32.9144,-97.2122)};var g_33f01fd0cf0a2f61b9781e68b52b0b13 = new google.maps.Geocoder();g_33f01fd0cf0a2f61b9781e68b52b0b13.geocode( { 'address': "1017 Hardwick Trail, Keller, TX 76248, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('keller-TX-gsb-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('keller-TX-gsb-mortgage'), mapOptions);}document.getElementById('cc1afbf9').innerHTML += ' | View Map';var $l33f01fd0cf0a2f61b9781e68b52b0b13 = '

GSB Mortgage

Address: 1017 Hardwick Trail, Keller, TX 76248, USA
Phone: (817) 992-1789
';var m_33f01fd0cf0a2f61b9781e68b52b0b13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GSB Mortgage',});m_33f01fd0cf0a2f61b9781e68b52b0b13['infowindow'] = new google.maps.InfoWindow({content: $l33f01fd0cf0a2f61b9781e68b52b0b13});var infowindow = new google.maps.InfoWindow({content: $l33f01fd0cf0a2f61b9781e68b52b0b13});google.maps.event.addListener(m_33f01fd0cf0a2f61b9781e68b52b0b13, 'click', function() {infowindow.open(map,m_33f01fd0cf0a2f61b9781e68b52b0b13);});$marker.push(m_33f01fd0cf0a2f61b9781e68b52b0b13);}});}google.maps.event.addDomListener(window, 'load', initialize);