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_1eabc9a56da4c047001ef951b01beecd = new google.maps.Geocoder();g_1eabc9a56da4c047001ef951b01beecd.geocode( { 'address': "14909 Coit Rd, Dallas, TX 75248"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-citibank-texas').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-citibank-texas'), mapOptions);}document.getElementById('872535b7').innerHTML += ' | View Map';var $l1eabc9a56da4c047001ef951b01beecd = '

Citibank Texas

Address: 14909 Coit Rd, Dallas, TX 75248
Phone: (972) 239-4763
';var m_1eabc9a56da4c047001ef951b01beecd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank Texas',});m_1eabc9a56da4c047001ef951b01beecd['infowindow'] = new google.maps.InfoWindow({content: $l1eabc9a56da4c047001ef951b01beecd});var infowindow = new google.maps.InfoWindow({content: $l1eabc9a56da4c047001ef951b01beecd});google.maps.event.addListener(m_1eabc9a56da4c047001ef951b01beecd, 'click', function() {infowindow.open(map,m_1eabc9a56da4c047001ef951b01beecd);});$marker.push(m_1eabc9a56da4c047001ef951b01beecd);}});}google.maps.event.addDomListener(window, 'load', initialize);