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.7594,-97.3291)};var g_d86b4d032edeb375793e5fa4a8b8513d = new google.maps.Geocoder();g_d86b4d032edeb375793e5fa4a8b8513d.geocode( { 'address': "1 FIRSTCOMM PLAZA, FORT WORTH, TX 76109"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-first-command-insurance-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-first-command-insurance-services-inc'), mapOptions);}document.getElementById('9e5e315c').innerHTML += ' | View Map';var $ld86b4d032edeb375793e5fa4a8b8513d = '

FIRST COMMAND INSURANCE SERVICES INC

Address: 1 FIRSTCOMM PLAZA, FORT WORTH, TX 76109
Phone: (817) 763-0000
';var m_d86b4d032edeb375793e5fa4a8b8513d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FIRST COMMAND INSURANCE SERVICES INC',});m_d86b4d032edeb375793e5fa4a8b8513d['infowindow'] = new google.maps.InfoWindow({content: $ld86b4d032edeb375793e5fa4a8b8513d});var infowindow = new google.maps.InfoWindow({content: $ld86b4d032edeb375793e5fa4a8b8513d});google.maps.event.addListener(m_d86b4d032edeb375793e5fa4a8b8513d, 'click', function() {infowindow.open(map,m_d86b4d032edeb375793e5fa4a8b8513d);});$marker.push(m_d86b4d032edeb375793e5fa4a8b8513d);}});}google.maps.event.addDomListener(window, 'load', initialize);