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.5295,-97.312)};var g_a19093aae9b69399130588aebf056488 = new google.maps.Geocoder();g_a19093aae9b69399130588aebf056488.geocode( { 'address': "551 SW Wilshire Blvd, Burleson, TX 76028"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burleson-TX-southwest-bank').style.display = '';map = new google.maps.Map(document.getElementById('burleson-TX-southwest-bank'), mapOptions);}document.getElementById('75b331b7').innerHTML += ' | View Map';var $la19093aae9b69399130588aebf056488 = '

Southwest Bank

Address: 551 SW Wilshire Blvd, Burleson, TX 76028
Phone: (817) 298-5419
';var m_a19093aae9b69399130588aebf056488 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southwest Bank',});m_a19093aae9b69399130588aebf056488['infowindow'] = new google.maps.InfoWindow({content: $la19093aae9b69399130588aebf056488});var infowindow = new google.maps.InfoWindow({content: $la19093aae9b69399130588aebf056488});google.maps.event.addListener(m_a19093aae9b69399130588aebf056488, 'click', function() {infowindow.open(map,m_a19093aae9b69399130588aebf056488);});$marker.push(m_a19093aae9b69399130588aebf056488);}});}google.maps.event.addDomListener(window, 'load', initialize);