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.3313,-96.1142)};var g_13692b5bf260bcb19054e43f3ea986e2 = new google.maps.Geocoder();g_13692b5bf260bcb19054e43f3ea986e2.geocode( { 'address': "118 W Main St, Gun Barrel City, TX 75156, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gun-barrel-city-TX-first-state-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('gun-barrel-city-TX-first-state-financial-services'), mapOptions);}document.getElementById('984a67c5').innerHTML += ' | View Map';var $l13692b5bf260bcb19054e43f3ea986e2 = '

First State Financial Services

Address: 118 W Main St, Gun Barrel City, TX 75156, USA
Phone: (903) 676-1936
';var m_13692b5bf260bcb19054e43f3ea986e2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Financial Services',});m_13692b5bf260bcb19054e43f3ea986e2['infowindow'] = new google.maps.InfoWindow({content: $l13692b5bf260bcb19054e43f3ea986e2});var infowindow = new google.maps.InfoWindow({content: $l13692b5bf260bcb19054e43f3ea986e2});google.maps.event.addListener(m_13692b5bf260bcb19054e43f3ea986e2, 'click', function() {infowindow.open(map,m_13692b5bf260bcb19054e43f3ea986e2);});$marker.push(m_13692b5bf260bcb19054e43f3ea986e2);}});}google.maps.event.addDomListener(window, 'load', initialize);