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.4734,-96.9766)};var g_0820738ec28ccc2b06a82d833d0ba1e8 = new google.maps.Geocoder();g_0820738ec28ccc2b06a82d833d0ba1e8.geocode( { 'address': "1490 E Main St, Midlothian, TX 76065, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midlothian-TX-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('midlothian-TX-first-financial-bank'), mapOptions);}document.getElementById('6d7f6706').innerHTML += ' | View Map';var $l0820738ec28ccc2b06a82d833d0ba1e8 = '

First Financial Bank

Address: 1490 E Main St, Midlothian, TX 76065, USA
Phone: (817) 556-5050
';var m_0820738ec28ccc2b06a82d833d0ba1e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_0820738ec28ccc2b06a82d833d0ba1e8['infowindow'] = new google.maps.InfoWindow({content: $l0820738ec28ccc2b06a82d833d0ba1e8});var infowindow = new google.maps.InfoWindow({content: $l0820738ec28ccc2b06a82d833d0ba1e8});google.maps.event.addListener(m_0820738ec28ccc2b06a82d833d0ba1e8, 'click', function() {infowindow.open(map,m_0820738ec28ccc2b06a82d833d0ba1e8);});$marker.push(m_0820738ec28ccc2b06a82d833d0ba1e8);}});}google.maps.event.addDomListener(window, 'load', initialize);