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(31.7829,-97.7668)};var g_a8ef1979aeec2737ae3830ec543ed0df = new google.maps.Geocoder();g_a8ef1979aeec2737ae3830ec543ed0df.geocode( { 'address': "307 N 3rd St, Cranfills Gap, TX 76637"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cranfills-gap-TX-first-security-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('cranfills-gap-TX-first-security-state-bank'), mapOptions);}document.getElementById('02508c74').innerHTML += ' | View Map';var $la8ef1979aeec2737ae3830ec543ed0df = '

First Security State Bank

Address: 307 N 3rd St, Cranfills Gap, TX 76637
Phone: (254) 597-2286
';var m_a8ef1979aeec2737ae3830ec543ed0df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Security State Bank',});m_a8ef1979aeec2737ae3830ec543ed0df['infowindow'] = new google.maps.InfoWindow({content: $la8ef1979aeec2737ae3830ec543ed0df});var infowindow = new google.maps.InfoWindow({content: $la8ef1979aeec2737ae3830ec543ed0df});google.maps.event.addListener(m_a8ef1979aeec2737ae3830ec543ed0df, 'click', function() {infowindow.open(map,m_a8ef1979aeec2737ae3830ec543ed0df);});$marker.push(m_a8ef1979aeec2737ae3830ec543ed0df);}});}google.maps.event.addDomListener(window, 'load', initialize);