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(33.0577,-96.7375)};var g_edb636f69bf78b885117a47ec1a455d4 = new google.maps.Geocoder();g_edb636f69bf78b885117a47ec1a455d4.geocode( { 'address': "2304 Coit Rd, Plano, TX 75075"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-southwestern-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-southwestern-national-bank'), mapOptions);}document.getElementById('bddb0807').innerHTML += ' | View Map';var $ledb636f69bf78b885117a47ec1a455d4 = '

Southwestern National Bank

Address: 2304 Coit Rd, Plano, TX 75075
Phone: (972) 673-0188
';var m_edb636f69bf78b885117a47ec1a455d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southwestern National Bank',});m_edb636f69bf78b885117a47ec1a455d4['infowindow'] = new google.maps.InfoWindow({content: $ledb636f69bf78b885117a47ec1a455d4});var infowindow = new google.maps.InfoWindow({content: $ledb636f69bf78b885117a47ec1a455d4});google.maps.event.addListener(m_edb636f69bf78b885117a47ec1a455d4, 'click', function() {infowindow.open(map,m_edb636f69bf78b885117a47ec1a455d4);});$marker.push(m_edb636f69bf78b885117a47ec1a455d4);}});}google.maps.event.addDomListener(window, 'load', initialize);