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.7505,-100.379)};var g_3bf60ac12103a8c5fedbe9f40ab00a51 = new google.maps.Geocoder();g_3bf60ac12103a8c5fedbe9f40ab00a51.geocode( { 'address': "123 N Concho St, Roby, TX 79543, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roby-TX-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('roby-TX-first-financial-bank'), mapOptions);}document.getElementById('0db6ddb5').innerHTML += ' | View Map';var $l3bf60ac12103a8c5fedbe9f40ab00a51 = '

First Financial Bank

Address: 123 N Concho St, Roby, TX 79543, USA
Phone: (325) 235-6630
';var m_3bf60ac12103a8c5fedbe9f40ab00a51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_3bf60ac12103a8c5fedbe9f40ab00a51['infowindow'] = new google.maps.InfoWindow({content: $l3bf60ac12103a8c5fedbe9f40ab00a51});var infowindow = new google.maps.InfoWindow({content: $l3bf60ac12103a8c5fedbe9f40ab00a51});google.maps.event.addListener(m_3bf60ac12103a8c5fedbe9f40ab00a51, 'click', function() {infowindow.open(map,m_3bf60ac12103a8c5fedbe9f40ab00a51);});$marker.push(m_3bf60ac12103a8c5fedbe9f40ab00a51);}});}google.maps.event.addDomListener(window, 'load', initialize);