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.7647,-93.086)};var g_365bd7cace4d5275c7ce09866651e621 = new google.maps.Geocoder();g_365bd7cace4d5275c7ce09866651e621.geocode( { 'address': "860 Washington St, Natchitoches, LA 71457, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('natchitoches-LA-bom-operations-complex').style.display = '';map = new google.maps.Map(document.getElementById('natchitoches-LA-bom-operations-complex'), mapOptions);}document.getElementById('40696773').innerHTML += ' | View Map';var $l365bd7cace4d5275c7ce09866651e621 = '

BOM Operations Complex

Address: 860 Washington St, Natchitoches, LA 71457, USA
Phone: (318) 238-2330
';var m_365bd7cace4d5275c7ce09866651e621 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BOM Operations Complex',});m_365bd7cace4d5275c7ce09866651e621['infowindow'] = new google.maps.InfoWindow({content: $l365bd7cace4d5275c7ce09866651e621});var infowindow = new google.maps.InfoWindow({content: $l365bd7cace4d5275c7ce09866651e621});google.maps.event.addListener(m_365bd7cace4d5275c7ce09866651e621, 'click', function() {infowindow.open(map,m_365bd7cace4d5275c7ce09866651e621);});$marker.push(m_365bd7cace4d5275c7ce09866651e621);}});}google.maps.event.addDomListener(window, 'load', initialize);