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_3466b68ad54d3cfece81d60afe179a36 = new google.maps.Geocoder();g_3466b68ad54d3cfece81d60afe179a36.geocode( { 'address': "2626 Howell St, Dallas, TX 75204"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-first-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-first-citizens-bank'), mapOptions);}document.getElementById('3ce14cd5').innerHTML += ' | View Map';var $l3466b68ad54d3cfece81d60afe179a36 = '

First Citizens Bank

Address: 2626 Howell St, Dallas, TX 75204
Phone: (214) 665-3400
';var m_3466b68ad54d3cfece81d60afe179a36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank',});m_3466b68ad54d3cfece81d60afe179a36['infowindow'] = new google.maps.InfoWindow({content: $l3466b68ad54d3cfece81d60afe179a36});var infowindow = new google.maps.InfoWindow({content: $l3466b68ad54d3cfece81d60afe179a36});google.maps.event.addListener(m_3466b68ad54d3cfece81d60afe179a36, 'click', function() {infowindow.open(map,m_3466b68ad54d3cfece81d60afe179a36);});$marker.push(m_3466b68ad54d3cfece81d60afe179a36);}});}google.maps.event.addDomListener(window, 'load', initialize);