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.7872,-96.7985)};var g_0251a15528768526c59c138f85525aa8 = new google.maps.Geocoder();g_0251a15528768526c59c138f85525aa8.geocode( { 'address': "16980 Dallas Pkwy, Dallas, TX 75248"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-guaranty-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-guaranty-bank-trust'), mapOptions);}document.getElementById('da74a2e0').innerHTML += ' | View Map';var $l0251a15528768526c59c138f85525aa8 = '

Guaranty Bank & Trust

Address: 16980 Dallas Pkwy, Dallas, TX 75248
Phone: (972) 447-0800
';var m_0251a15528768526c59c138f85525aa8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranty Bank & Trust',});m_0251a15528768526c59c138f85525aa8['infowindow'] = new google.maps.InfoWindow({content: $l0251a15528768526c59c138f85525aa8});var infowindow = new google.maps.InfoWindow({content: $l0251a15528768526c59c138f85525aa8});google.maps.event.addListener(m_0251a15528768526c59c138f85525aa8, 'click', function() {infowindow.open(map,m_0251a15528768526c59c138f85525aa8);});$marker.push(m_0251a15528768526c59c138f85525aa8);}});}google.maps.event.addDomListener(window, 'load', initialize);