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_142536b9b535b78e681c11b0195d962f = new google.maps.Geocoder();g_142536b9b535b78e681c11b0195d962f.geocode( { 'address': "1212 Turtle Creek Blvd, Dallas, TX 75207"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-texas-security-bank').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-texas-security-bank'), mapOptions);}document.getElementById('3e18cbd3').innerHTML += ' | View Map';var $l142536b9b535b78e681c11b0195d962f = '

Texas Security Bank

Address: 1212 Turtle Creek Blvd, Dallas, TX 75207
Phone: (469) 398-4800
';var m_142536b9b535b78e681c11b0195d962f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Security Bank',});m_142536b9b535b78e681c11b0195d962f['infowindow'] = new google.maps.InfoWindow({content: $l142536b9b535b78e681c11b0195d962f});var infowindow = new google.maps.InfoWindow({content: $l142536b9b535b78e681c11b0195d962f});google.maps.event.addListener(m_142536b9b535b78e681c11b0195d962f, 'click', function() {infowindow.open(map,m_142536b9b535b78e681c11b0195d962f);});$marker.push(m_142536b9b535b78e681c11b0195d962f);}});}google.maps.event.addDomListener(window, 'load', initialize);