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_40ce06f8aff01d15f97665a342933066 = new google.maps.Geocoder();g_40ce06f8aff01d15f97665a342933066.geocode( { 'address': "1900 SW Wilshire Blvd, Burleson, TX 76028"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burleson-TX-first-financial-bank-burleson').style.display = '';map = new google.maps.Map(document.getElementById('burleson-TX-first-financial-bank-burleson'), mapOptions);}document.getElementById('be1d207b').innerHTML += ' | View Map';var $l40ce06f8aff01d15f97665a342933066 = '

First Financial Bank-Burleson

Address: 1900 SW Wilshire Blvd, Burleson, TX 76028
Phone: (817) 774-5100
';var m_40ce06f8aff01d15f97665a342933066 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank-Burleson',});m_40ce06f8aff01d15f97665a342933066['infowindow'] = new google.maps.InfoWindow({content: $l40ce06f8aff01d15f97665a342933066});var infowindow = new google.maps.InfoWindow({content: $l40ce06f8aff01d15f97665a342933066});google.maps.event.addListener(m_40ce06f8aff01d15f97665a342933066, 'click', function() {infowindow.open(map,m_40ce06f8aff01d15f97665a342933066);});$marker.push(m_40ce06f8aff01d15f97665a342933066);}});}google.maps.event.addDomListener(window, 'load', initialize);