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.4169,-97.2117)};var g_8d80b953e6dab669d98c905f7527fedd = new google.maps.Geocoder();g_8d80b953e6dab669d98c905f7527fedd.geocode( { 'address': "201 US-67, Alvarado, TX 76009, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alvarado-TX-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('alvarado-TX-first-financial-bank'), mapOptions);}document.getElementById('f4aad354').innerHTML += ' | View Map';var $l8d80b953e6dab669d98c905f7527fedd = '

First Financial Bank

Address: 201 US-67, Alvarado, TX 76009, USA
Phone: (817) 556-5050
';var m_8d80b953e6dab669d98c905f7527fedd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_8d80b953e6dab669d98c905f7527fedd['infowindow'] = new google.maps.InfoWindow({content: $l8d80b953e6dab669d98c905f7527fedd});var infowindow = new google.maps.InfoWindow({content: $l8d80b953e6dab669d98c905f7527fedd});google.maps.event.addListener(m_8d80b953e6dab669d98c905f7527fedd, 'click', function() {infowindow.open(map,m_8d80b953e6dab669d98c905f7527fedd);});$marker.push(m_8d80b953e6dab669d98c905f7527fedd);}});}google.maps.event.addDomListener(window, 'load', initialize);